I'm learning binomial distributions and I came across this problem:
Let r.v X be winning from a bet on a split in roulette and Y be be winnings from a bet on red color.
X = 17 (2/38 chance) and -1 (36/38 chance) Y = 1 (18/38 chance) and -1 (20/38 chance)
I calculated the variances for both: Var(X) = 0.4224 and Var(Y) = 0.9972
Now, if I were to play considerable amount of times, would I be better off only betting on a number or only betting on reds?
I get a different value for the variance of $X$. $E(X^2)-(E(X))^2=\frac{289*2+1*36}{38}-\frac{1}{361}\approx 16.155$. Your expected return from many plays is the same in both cases, $\frac{1}{19}$ of your total wager. The variance will be much higher for the split.
If you play a considerable number of times, you are better off not playing.
Added: your chance of coming out ahead will depend upon the number of plays, but will generally be better with the split because of the higher variance. For example, if you play $16$ bets, you will be ahead on splits if you win at least once which is almost a 58% chance. Betting on red gives only a 10% chance to come out ahead. But if you lose on the splits you will lose 16. Only you can say which probability distribution is preferable-that is a psychology question, not a mathematics one.