There is a bet, which can payout different amounts based on the result. possible results, in units, would be:
+30 +10 +6 +4 +2 +1 0 -1
How do you calculate the Kelly Criterion for this? I know the Expected Value of the bet, which is 1.08%. so what I have done, for each, is taken 1.08% / the value (from those listed above), and summed them. So 1.08% / 30 = 0.00036 etc... Then sum them together.
Is this the right way to get the Kelly Criterion for the bet?
(Answer I get is 1.13%)