Prediction Market Returns Calculator
Expected value
— cents per contract,
or — return,
which is — annualized.
EV = p - c
return = (p - c) / c
annualized = (p - c) / c × 52 / t
Sharpe ratio
—,
which is — annualized.
(compared to ~0.43 for the long-run US stock market, and ~0 for Treasuries)
S = (p - c(1 + r)t/52) / √(p(1 - p))
annualized = S × √(52 / t)
Kelly fraction
— of your bankroll.
f* = (p - c(1 + r)t/52) / (1 - c(1 + r)t/52)
Caveats
- NOT INVESTMENT ADVICE
- Fees are ignored, but relevant IRL; just factor this into the price.
- Most people use fractional Kelly, because full Kelly still has a high risk of massive drawdown.
- The Kelly fraction does not take capital lockup into account, which matters a lot for actual doubling rate. Sorry, it's complicated.
- Annualized Sharpe tells you your Sharpe for the year if you keep making (independent) bets like this one, one after another as each resolves.
- Sharpe ratio and Kelly criterion for a whole portfolio is a very different question than one single isolated bet.
- Kalshi yields interest on positions, effectively reducing the risk free rate opportunity cost there.