How Much Should You Bet?
Position sizing is the most underrated skill in prediction market trading. Even with perfect edge detection, bad position sizing destroys returns. Bet too small and you leave money on the table. Bet too big and a few bad trades wipe you out.
The Kelly Criterion
The Kelly criterion gives the mathematically optimal bet size:
Kelly fraction = (bp - q) / b
Where:
- b = odds received (payout / cost)
- p = your estimated probability of winning
- q = 1 - p (probability of losing)
For prediction markets, this simplifies to:
Kelly fraction = (Your probability - Market price) / (1 - Market price)
Fractional Kelly
Full Kelly is too aggressive in practice because probability estimates are uncertain. Most professional bettors use "fractional Kelly" — typically 25-50% of the full Kelly amount. This sacrifices some expected return for dramatically reduced variance.
Position Sizing in SimpleFunctions
The strategy engine lets you set position sizing through:
maxQuantity: Hard cap on total positionperOrderQuantity: How much to trade in each individual order- Soft conditions can include portfolio concentration limits
Practical Guidelines
- Never risk more than 5% of bankroll on a single market
- Scale with conviction: Higher-confidence edges get larger allocations
- Account for correlation: Two recession-related positions are effectively one large bet
- Leave cash reserves: At least 20% of bankroll should be undeployed for new opportunities