Lets denote d for playing day games, n for playing night games, w for winning the game and l for losing.
Then we have that:
P(d)=0.6
P(n)=0.4
P(w∣d)=0.8
P(w∣n)=0.5
If they win the probability the game is played at night:
P(n∣w)=P(w∣n)P(n)+P(w∣d)P(d)P(w∣n)P(n)=0.5⋅0.4+0.8⋅0.60.5⋅0.4=0.294
If they lose the probability the game is played at nigh:
P(n∣l)=P(l∣n)P(n)+P(l∣d)P(d)P(l∣n)P(n)
where P(l∣n)=1−P(w∣n)=1−0.5=0.5
and P(l∣d)=1−P(w∣d)=1−0.8=0.2
P(n∣l)=0.5⋅0.4+0.2⋅0.60.5⋅0.4=0.625
Comments