> Contents
18+
How Does System Betting Work? Step-by-Step (2026)
Picture this: you've spotted four matches you like on Saturday's slate. You tap each one, go to check out, and instead of smashing the Accumulator button you switch to System. You type £20 in the stake box. Then your slip updates and says your total cost is £120. What just happened?
That number didn't come out of nowhere. The sportsbook quietly took your four picks, built every possible 2-leg pair from them (six pairs in total), set each pair up as its own mini-bet, and multiplied your £20 by six. You didn't do anything wrong — you just ran straight into the mechanic that makes system betting work. Most guides describe system bets as "multiple smaller combos" and leave you there. This one walks through exactly what the sportsbook does from tap to payout, so the next time you see that number you'll know why.
By the end, you'll be able to open any system slip — a Yankee, a 2/3, a Heinz — and trace your money through the whole settlement flow. If you'd rather verify numbers as you read, keep our system bet calculator open in another tab and plug in each example.
TL;DR — Quick Summary
A system bet splits your picks into smaller combinations, divides your stake evenly across them, and settles each combination on its own. You keep the winners and write off the losers — partial payouts are built into the format.
The Core Mechanic in One Sentence
Your stake × number of lines = total cost. Total cost spread evenly across lines. Each line pays if all its legs win. That's it — every other detail is a variation on this theme.
What Actually Happens to Your Money
| Step | What You Do | What the Sportsbook Does |
|---|---|---|
| 1 | Pick 3–8 events | Holds them in the betslip |
| 2 | Choose system format (2/3, Yankee, Heinz) | Calculates number of lines using C(n, k) |
| 3 | Enter stake (total or per-line) | Multiplies to find total cost |
| 4 | Confirm bet | Locks combinations, debits full total |
| 5 | Wait for matches | Settles each line as its legs finish |
| 6 | Collect payout | Credits winning lines, voids losing lines |
If the definition side is still fuzzy, this explainer on what a system bet is covers the basics in 5 minutes. This article picks up where that one leaves off.
The 5 Steps of How System Betting Works
Every system bet on every sportsbook follows the same five-step flow. Once you see the pattern, the format itself becomes trivial — Yankee, Lucky 15, Goliath all run on identical rails, just with different numbers.
Step 1: You Pick Your Selections
You choose between three and eight events. The minimum is three because that's the smallest group where combinations actually do work (two picks gives you either a single or a double — no combinations to spread). Most books cap you at eight for operational reasons: past that, line counts and total stakes get unwieldy for both sides.
Picks can come from different sports, different leagues, different markets — a football winner, a tennis handicap and a basketball total can all sit on the same system slip. What they can't do is have related legs from the same match (same-game legs get rejected as "conflicting selections" automatically).
Step 2: You Choose the System Format
This is the single most important decision on the slip. The format defines two things at once:
- The combination size (pairs, trebles, four-folds, etc.)
- The minimum number of picks that must win for any payout
A "2/3" system means pairs from 3 picks — you need at least 2 correct. A "3/5" means trebles from 5 picks — at least 3 correct. A Yankee is a full-cover bet on 4 picks (6 doubles + 4 trebles + 1 four-fold = 11 lines) where any 2 winners pay out something.
Partial-Cover vs Full-Cover: The Key Difference
A "k of n" system (2/3, 3/4, 3/5) generates only one combination size — all doubles, or all trebles. A full-cover system (Trixie, Yankee, Lucky 15, Heinz, Goliath) generates every combination size from doubles up to the full accumulator. Lucky 15 also adds singles, so one winning pick alone returns something.
Step 3: The Sportsbook Auto-Generates Combinations
Behind the scenes, the book's engine runs C(n, k) — the combinations formula — to produce every unique k-leg subset of your picks. You never see the formula; you just see a line count on the slip. If you picked 4 events and chose a 2/4 system, the engine silently generates the six pairs: AB, AC, AD, BC, BD, CD.
For a Yankee on the same 4 picks, the engine generates 6 doubles + 4 trebles + 1 four-fold = 11 lines — which is exactly what our Yankee calculator spells out pair by pair. For a Heinz on 6 picks: 57 lines. For a Goliath on 8 picks: 247 lines. If you want the math laid out end to end, the calculation guide walks through C(n, k) with worked arithmetic. For this article, the key point is that the sportsbook does this work for you — and bills you accordingly.
Step 4: Your Stake Divides Across All Lines
Two input modes, one math. Either you type a total stake (which gets divided evenly by the line count) or you type a stake per line (which gets multiplied by the line count for the total). Different books default to different modes. bet365 uses stake-per-line by default. William Hill switches depending on the format. Pinnacle uses total stake. Always check before you confirm.
Example: you want £60 on a 2/3 system. There are 3 lines, so each line gets £20. If instead you entered £20 per line, your total would still be £60 — same result, different input path. Where it bites people is on big systems: £5 per line on a Heinz (57 lines) = £285 total. £5 per line on a Goliath (247 lines) = £1,235 total.
Step 5: Each Line Settles Independently
Once matches start, your lines don't resolve all at once — they resolve one by one as each line's longest-running leg finishes. A line containing a 3 pm match and an 8 pm match settles at 8 pm; a line with two 3 pm matches settles at full-time. You'll often see partial balance updates throughout the day as some lines pay out and others wait.
If even one leg in a line loses, that whole line is dead — the other legs don't save it. But the remaining lines carry on as normal. That's where the partial-win property comes from: individual lines survive their losing neighbors.
How Combinations Are Generated (With Examples)
The combination-building logic is identical across every sportsbook in the world. Understanding it in one simple case makes every larger format obvious.
The Logic: "Every Possible Group of K Out of N"
Given n picks, a "k" combination is any unique group of k picks where order doesn't matter. From four picks (A, B, C, D), the 2-leg combinations are: AB, AC, AD, BC, BD, CD — six of them. Notice BA isn't listed; it's the same pair as AB. This "order-doesn't-matter" rule is why you use C(n, k) and not n-choose-k permutations.
2/4 System: 6 Doubles
Four picks, combination size 2. C(4, 2) = 6. The sportsbook creates:
| Line | Picks |
|---|---|
| 1 | A + B |
| 2 | A + C |
| 3 | A + D |
| 4 | B + C |
| 5 | B + D |
| 6 | C + D |
You need at least 2 winners from your 4 picks for any line to pay. If A and C win, only line 2 (A+C) pays — it's the single line where every leg won. The other lines all contain at least one of the losing picks (B or D).
3/5 System: 10 Trebles
Five picks, combination size 3. C(5, 3) = 10. The engine creates: ABC, ABD, ABE, ACD, ACE, ADE, BCD, BCE, BDE, CDE. At least 3 of 5 picks must win. If A, B and C win, lines containing all three of those (just line ABC) pay out — every other line has at least one of D or E, which lost.
Scaling Up: Why Goliath Generates 247 Lines
The reason Heinz (57 lines) and Goliath (247) balloon so fast is that full-cover systems include every combination size at once. A Goliath on 8 picks creates: C(8,2) + C(8,3) + C(8,4) + C(8,5) + C(8,6) + C(8,7) + C(8,8) = 28 + 56 + 70 + 56 + 28 + 8 + 1 = 247 lines. Each one is its own separate bet. That's why a £1 Goliath costs £247 up front.
How Your Stake Splits Across Betting Lines
This is where most punters get caught out. The stake math is simple — but the default input mode varies, and the numbers scale unintuitively fast.
Total Stake Mode vs Per-Line Stake Mode
Two identical system bets can show completely different numbers on the slip depending on which mode your bookmaker uses by default:
- Total-stake mode: you type the total cost (e.g., £50). The book divides evenly: 10 lines × £5 per line.
- Per-line mode: you type per-line stake (e.g., £5). The book multiplies: 10 lines × £5 = £50 total.
Same bet, same £50, two different input paths. The problem arises when you think you're in one mode and you're actually in the other. A £10 "per-line" input on a Lucky 15 feels like a £10 bet. It's actually £150. Always read both numbers on the slip — per-line and total — before confirming.
Why Your Slip Costs More Than You Typed
Here's a concrete example. You set £5 per line on a 4-pick Yankee. That feels like a small bet. But the Yankee has 11 lines. Your slip shows £55 in the "total stake" box — eleven times what you typed. That's not an error; it's how the format works. The protection system bets offer against individual losing legs is paid for with higher upfront exposure.
Example: The Stake Explosion on a 6-Pick Heinz
A Heinz creates 57 lines from 6 picks. Typing £1 per line looks tiny; the total is £57. Typing £5 per line nudges to a reasonable-looking £5 slip; the total is £285. This is why any system above 5 picks deserves a long look at the per-line number before you tap confirm.
Settlement: What Happens After the Matches Start
Once the first ball is kicked, the book doesn't wait for all your matches to finish before calculating anything. Each line settles on its own schedule — which matters for both cash flow and sanity.
Lines Settle One at a Time
A line with three legs settles only when the final leg of that line finishes. On a Saturday slate with matches kicking off at 12:30, 3:00, 5:30 and 8:00, lines that only involve the early matches settle by 5 pm; lines involving the 8 pm match wait until 10 pm. Your balance might jump three or four times over the course of the day as payouts credit one by one.
Scenario A: All Legs Win
Every line pays. On a Yankee with all 4 legs winning at odds 2.0 each, all 11 lines return their full combined odds: 6 doubles at 4.0, 4 trebles at 8.0, 1 four-fold at 16.0. At £1 per line (£11 stake), total return = £24 + £32 + £16 = £72. Pure best-case scenario.
Scenario B: Minimum Threshold Hit
Only the lines where every leg won pay. On the same Yankee, if 3 of 4 legs win (say A, B, C win and D loses), the surviving lines are: AB, AC, BC (3 doubles), ABC (1 treble) — 4 lines total. The remaining 7 lines all contain D and are dead. Partial payout math applies — you win something, but far less than the full-success case.
Scenario C: Below Threshold (Total Loss)
If fewer winners than the format minimum, every line contains at least one loser. Every line dies. You lose the full total stake. A 2/3 system needs at least 2 of 3 — just 1 winner = every pair busts. A 3/5 system needs 3 of 5 — 2 winners = every treble busts. Lucky 15 is the exception: because it includes singles, even 1 winning pick returns something.
What Happens When a Leg Is Void
Push, postponement, abandonment — when a leg voids, the book typically drops that leg from every line it appears in, recalculating each affected line as a smaller combination (a 3-leg line with one voided leg becomes a 2-leg line at adjusted odds). Some books use a "reduced-to-1.0" rule instead, treating the voided leg as a break-even multiplier. Check your book's T&Cs — this detail differs.
System Bet Settlement Simulator
Toggle each pick as won or lost — watch which lines pay and which die. Exactly how the sportsbook settles your ticket.
The sportsbook runs exactly this logic behind your slip. Each line is its own bet.
System Bet vs Accumulator: Mechanics Compared
Same selections, very different slips. Here's the settlement contrast at a glance:
| Mechanic | Accumulator (Parlay) | System Bet |
|---|---|---|
| Tickets on the slip | 1 | Multiple (3–247+) |
| Lines you see in the bet receipt | 1 | Equals C(n, k) for the format |
| Stake | Single amount | Multiplied by line count |
| Settlement of losing leg | Whole ticket dies instantly | Only affected lines die |
| Maximum payout | Product of all odds × stake | Sum of winning lines' odds × per-line stake |
| One voided leg | Odds drop; ticket continues | Each line containing void re-prices |
| Partial win | Impossible | Built in |
The headline trade-off: accumulators pay more when everything wins; system bets survive when something goes wrong. The parlay calculator is worth comparing side-by-side with the system tool when deciding between formats — same picks, very different returns.
Real-World Walkthrough: 2/3 System, £30 Stake
Let's run through an actual slip end to end so the mechanic is fully visible.
Setup
Three Premier League matches, 3 pm kick-off:
- Arsenal to win vs Brighton — odds 1.80
- Man City to win vs Crystal Palace — odds 1.50
- Liverpool to win vs Wolves — odds 1.70
You select all three, switch to system, pick 2/3 format, enter £30 total. The slip updates: 3 lines, £10 per line. Total cost: £30.
What the Sportsbook Generates
Three 2-leg combinations:
- Line 1: Arsenal + Man City — combined odds 1.80 × 1.50 = 2.70
- Line 2: Arsenal + Liverpool — combined odds 1.80 × 1.70 = 3.06
- Line 3: Man City + Liverpool — combined odds 1.50 × 1.70 = 2.55
Each line carries £10 stake.
Scenario 1: Arsenal and Man City Win, Liverpool Loses
Line 1 (Arsenal + Man City) pays: £10 × 2.70 = £27. Lines 2 and 3 both contain Liverpool, which lost — they die. Total return: £27. You staked £30, so net result: −£3. Technically a win on the slip, but a small net loss.
Scenario 2: All Three Win
Line 1 pays £27, Line 2 pays £30.60, Line 3 pays £25.50. Total: £83.10. Staked £30, so net profit: +£53.10. Still less than the equivalent 3-fold accumulator (1.80 × 1.50 × 1.70 × £30 = £137.70) — that's the trade-off for the safety net when things go wrong. Want to replay these numbers with your own odds? Drop them straight into the system bet tool and it'll rebuild the line-by-line payout in real time.
Scenario 3: Only Arsenal Wins
One winner is below the 2/3 minimum. Every line contains at least one loser. Total loss: £30.
Common Mistakes That Cost You Money
Three recurring errors that show up across every forum and DM complaint:
Forgetting That Stake Multiplies by Line Count
The mistake: typing per-line stake while thinking it's the total. Someone enters £10 on a Lucky 15 "because that's a reasonable bet" — and only notices the £150 debit on their bank statement the next morning. Every bookmaker shows both numbers on the confirmation screen; the fix is simply to look at both before tapping confirm.
Picking Too Many Selections "For Safety"
System bets feel forgiving, so there's a temptation to throw 6–8 picks onto the ticket figuring "I can afford to miss one or two." This logic breaks down because combinations scale geometrically. A Heinz needs at least 2 winners from 6 picks to return anything, but that 2-winner payout is usually far less than the £57 required stake. You've converted a small-risk bet into a medium-risk bet with worse expected value. Stay under 5 picks unless you can genuinely afford the total cost.
Confusing System Bets with Banker Bets
A "system" bet spreads every combination across every pick. A "banker" or "system with banker" bet locks one specific pick into every combination — if the banker loses, everything dies regardless of the other picks. Some slips default to banker mode when you tap a selection that's tagged as a strong pick. If you wanted a plain system and your slip quietly enabled a banker, your risk profile changes completely.
When a Banker Actually Makes Sense
Only when you're genuinely more confident in one pick than the others — say a top-6 team against a relegation-battle opponent at short odds. Then the banker plays the role of a "free" multiplier across all your other combinations. When you're roughly equally confident in every pick, the banker adds concentrated risk for no corresponding upside — use a plain system instead.
FAQ
Frequently Asked Questions
Bonus allocation is limited per region. Claim before capacity runs out.




