If you have two games A and B that have the same expected value $E$ when you play. The variance in the expected value of game $A$ is $vA$ and the variance in the expected value of game B is $vB$. What is the probability you don't lose money when you play each game? $(E>0)$
Thoughts
On average we expect to win E when we play either game. If we take the case $vA> vB$ then, intuitively, I think that playing game A has a higher likelihood of losing money. Is this reasoning correct? How do I use the variances to calculate the probability of $E<0$ in both cases?
To make the cases comparible let it be that there are equally distributed standardisations.
Let $\mu>0$ denote the common expected value, let $\sigma_A^2$ denote the variance in case A and let $\sigma_B^2$ denote the variance in case B.
If $\sigma_A>\sigma_B$ then: $$\frac{-\mu}{\sigma_A}>\frac{-\mu}{\sigma_B}$$ so that $$P(\mu+\sigma_AX<0)=P\left(X<\frac{-\mu}{\sigma_A}\right)>P\left(X<\frac{-\mu}{\sigma_B}\right)=P(\mu+\sigma_BX<0)$$ Here $X$ stands for the common standardisation.
This confirms your "reasoning" (or "thinking" actually, I cannot discern any reasoning in it) that in game $A$ there is a higher likelihood to loose money than in game $B$.
This however under an extra condition: equally distributed standardisations.