View on GitHub

Staking Plans

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

Lay Labouchere Staking Plan

Overview

The Labouchere cancellation system adapted for lay betting. Uses a number sequence where each lay stake equals the sum of the first and last numbers. Cross off on winning lays (selection loses), add the stake on losing lays (selection wins).

How It Works

  1. Write a number sequence (e.g., 1-2-3-4, sum = 10 = profit target)
  2. Each lay: stake (liability target) = first + last number
  3. Win lay (selection loses): Cross off first and last numbers
  4. Lose lay (selection wins): Add the stake to the end of the sequence
  5. Clear the sequence = target achieved

Parameters

Parameter Type Default Description
sequence number[] [1,2,3,4] Starting number sequence
target_type string “stake” Whether numbers represent stake or liability

Risk Assessment

⚠️ Critical Warning

Labouchere for lay betting is extremely dangerous without modifications. Each losing lay adds the stake to the sequence, but the actual loss is stake × (odds−1). This means the sequence understates the true financial damage. Use a liability-based sequence and limit sequence length.

Betfair Exchange Notes


Sources