Published by ParlayAPI. A free tool. All math runs in your browser; none of your inputs leave your device. No signup, no email, no cookies.

Kelly Criterion Calculator

Enter the odds, your estimated win probability, and your bankroll. Get the mathematically optimal stake, plus the safer Half-Kelly and Quarter-Kelly sizes that most bettors actually use. Everything recomputes as you type.

Your bet

These are your numbers. Nothing is sent anywhere.
$

Recommended stake

Kelly maximizes long-run growth if your probability is right.
Half-Kelly stake
$27.50
2.75% of a $1,000 bankroll
SizingFractionStake
Decimal odds
1.9091
Implied prob (odds)
52.38%
Your edge vs price
+2.62%
Full-Kelly fraction
5.5000%

How it works

The Kelly Criterion answers one question: what fraction of your bankroll should you stake to maximize long-run growth? Bet too little and you leave growth on the table; bet too much and variance eventually ruins you. Kelly is the exact balance point.

# b = net decimal odds (decimal odds minus 1)
# p = your estimated win probability (0 to 1), q = 1 - p

f* = (b × p - q) / b = p - q / b

# if f* ≤ 0 the bet has no edge, so stake 0
stake = f* × bankroll

A few things worth being explicit about:

An honest caveat

This tool does not tell you your true win probability, and that is the hard part. It takes your estimate at face value. If you are guessing at p, treat full Kelly as an upper bound and lean toward Quarter-Kelly. Real edges come from a well-calibrated probability, which usually means devigged sharp lines, not gut feel.

Where the probability comes from. This is the same math ParlayAPI's /v1/ev and /v1/devig endpoints run at scale across 45+ sources, turning real bookmaker prices into fair, devigged win probabilities you can feed straight into a sizing model like this one.

See the API docs →