8 min read

Kelly vs fixed-fraction staking: a sober comparison with numbers

A practical comparison of Kelly and fixed-fraction staking for automated bettors, with simple numbers and bankroll guardrails.

  • Bankroll
  • Staking
  • Risk

Stake sizing is where many good betting ideas become bad bankroll paths. A model can be directionally useful and still lose money for a user who sizes too aggressively, chases variance, or lets a script compound after every short-term win.

Two common staking approaches are Kelly and fixed fraction. Both can be sensible. Both can be abused. The right choice depends less on mathematical elegance and more on how confident you are that your estimated edge is real.

This is a sober comparison, not a promise that either method creates profit.

The simple setup

Imagine a strategy that finds decimal odds of 2.10 on a bet the model estimates as a true 50% chance. The implied probability at 2.10 is about 47.6%. If the model is right, there is a small theoretical edge.

For one unit staked:

  • Win profit: 1.10
  • Loss: 1.00
  • Model win probability: 0.50
  • Expected value: (0.50 * 1.10) - (0.50 * 1.00) = +0.05 units

That is a 5% expected return on stake under the model assumptions. The phrase “under the model assumptions” is doing a lot of work.

Fixed fraction

Fixed-fraction staking risks a set percentage of bankroll per bet. With a 1% fixed fraction and a 1,000 unit bankroll, the stake starts at 10 units. If the bankroll drops to 900, the stake becomes 9. If it rises to 1,100, the stake becomes 11.

The advantage is operational clarity. It is easy to understand, easy to cap, and does not require precise edge estimates. If your strategy fires 30 times in a weekend, a 1% fixed fraction makes the risk envelope visible before the weekend starts.

The disadvantage is that it treats weak and strong edges similarly unless you add tiers. A barely qualified bet and a rare strong signal may receive the same stake.

For many automated bettors, that tradeoff is acceptable. The biggest early risk is usually not under-sizing the best bet. It is overtrusting a noisy edge estimate.

Kelly

The Kelly criterion sizes bets based on estimated edge and odds. In simplified decimal-odds form:

fraction = (bp - q) / b

Where b is decimal odds minus 1, p is estimated win probability, and q is 1 - p.

For the 2.10 odds and 50% model probability example:

b = 1.10
p = 0.50
q = 0.50
fraction = (1.10 * 0.50 - 0.50) / 1.10 = 0.04545

Full Kelly would stake about 4.55% of bankroll. On a 1,000 unit bankroll, that is 45.45 units.

That may be mathematically optimal if the probability estimate is correct and independent, the odds are available at the quoted size, and the bettor can tolerate the drawdown path. Those are large assumptions.

Why full Kelly is rarely the product default

The most dangerous number in automated betting is the edge estimate that looks precise. A model may say 50%, but the true probability might be 48.5%. That difference can turn a Kelly-sized bet from sensible to reckless.

Full Kelly is hypersensitive to estimation error. It also produces drawdowns many humans cannot tolerate, even when the long-run math is favorable. A user who panics after the first bad week will not receive the long-run benefit.

That is why platforms often expose fractional Kelly or capped Kelly-style sizing rather than full Kelly as a default. Quarter Kelly means taking 25% of the computed Kelly fraction. In the example above, that would stake about 1.14% of bankroll instead of 4.55%.

Caps matter more than formulas

No staking method should bypass caps. Glitch Edge is designed around explicit limits because automation can act faster and more consistently than a tired user manually watching lines.

Useful caps include:

  • maximum stake per bet,
  • maximum exposure per event,
  • maximum daily loss,
  • rolling 24-hour risk limit,
  • strategy-level bankroll allocation,
  • and a manual pause switch.

A strategy can compute a suggested stake. The worker should still enforce the user’s configured caps before a paper or live bet is recorded.

A practical comparison

Suppose a strategy has 100 qualifying bets at odds around 2.00, and the model thinks each has a small edge. A fixed 1% stake creates a predictable risk profile. The bettor knows the approximate maximum weekend exposure before settlement.

A Kelly-style system may size between 0.2% and 3% depending on edge estimates. If the estimates are calibrated, bankroll growth can be more efficient. If they are not, the system can overweight exactly the bets where the model is most confidently wrong.

The boring answer is to start with fixed fraction in paper mode, inspect calibration, then test fractional Kelly with hard caps. If the paper ledger shows that the high-confidence tier does not actually settle better than the low-confidence tier, Kelly is adding false precision.

What to use in Glitch Edge

For a first live strategy, conservative fixed fraction is usually easier to reason about. For a mature strategy with enough paper history and calibration checks, fractional Kelly can be tested. In both cases, caps are non-negotiable.

The point of automation is not to press harder. It is to execute a pre-committed plan without improvising. Read the platform flow on the homepage, then use the Free plan on /pricing to make the staking rule prove itself in paper mode before you consider live automation.