Kelly Criterion Calculator
Calculate optimal bet sizing using the Kelly Criterion for maximum long-term bankroll growth.
Formula: f* = (bp - q) / b, where b = decimal odds - 1, p = win probability, q = 1 - p. Full Kelly maximizes long-term growth but has high variance. Half Kelly and Quarter Kelly reduce variance at the cost of slightly lower growth. The expected growth rate per bet = p * ln(1 + f*b) + q * ln(1 - f*).