View on GitHub

Staking Plans

Comprehensive catalog of 71 betting staking plans — back, lay, and each-way. Built for AI agents and humans.

Lay Kelly Criterion

Overview

The Kelly Criterion adapted for lay betting. Determines the optimal fraction of bankroll to risk as liability when you have an edge on a lay selection. As with back Kelly, most practitioners should use fractional Kelly.

How It Works

For a lay bet, your “edge” comes from the selection losing more often than the odds imply. Kelly tells you what fraction of bankroll to risk as liability.

Formula

\[f = \frac{q - p \times b}{b}\]

Where:

Betfair-adjusted (with commission $c$):

\[f = \frac{q - p \times b}{b \times (1 + c)}\]

Example: You estimate only a 30% chance the selection wins. Lay odds are 3.0 ($b = 2$). $f = (0.7 - 0.3 × 2) / 2 = 0.05$ — risk 5% of bankroll as liability.

Parameters

Parameter Type Default Description
edge number Requires true win probability estimate (selection winning = you losing)
commission number 0.05 Betfair commission rate
fraction number 0.25 Kelly fraction (quarter recommended for lay)

Risk Assessment

When to Use

When to Avoid

Betfair Exchange Notes


Sources