🎯 Blowout Correlation Edge — validation framework

The strongest pattern we've found in the backtests, broken out as its own validated edge. 4 trigger conditions, 3-phase validation plan, KV-backed bet tracking. Currently UNPROVEN — we need 30-50 attempts to know if real.
Jump: Hypothesis · 4 trigger conditions · Parlay construction · Validation phases · Ledger schema · Live scanner · Honest expectations · Why books are vulnerable · Risk management · Success metrics

1. The hypothesis — plain language

When specific conditions align in NBA games, three outcomes happen together that books price independently:

Books price each leg as if independent. But these outcomes are correlated — all happen because favorite blew out dog. This mispricing creates a parlay edge of estimated 5-15% over the book line.

The evidence

In our backtest of 20 NBA playoff games, 5 matched this pattern. All 5 hit the 3-leg correlated parlay. That's 100% hit rate on a 25% sample (5/20 games triggered the conditions).

NYK vs PHI G1 (5/4) · NYK 137-98 · NYK -15.5 + over 220 + Brunson 30+ · ~100:1
SAS vs MIN G2 (5/6) · SAS 133-95 · SAS -10.5 + over 215 + Wemby 30/15 · ~100:1
LAL vs OKC G3 (5/9) · OKC 131-108 road · OKC -7.5 + over 220 + SGA 35+ · ~100:1
PHI vs NYK G4 (5/10) · NYK 144-114 (sweep) · NYK -8 + over 230 + Brunson 35+ · ~100:1
SAS vs MIN G5 (5/12) · SAS 126-97 · SAS -7 + over 215 + Wemby 30/15 · ~100:1

The caveat

Small sample. Pattern needs 30-50 validation bets to confirm. We may have unconsciously cherry-picked. Real hit rate when triggered might be 25-40%, not 100%. Still profitable IF pattern holds. Could also be variance — 5 from 20 is statistically noisy.

2. The 4 trigger conditions (precise)

All 4 must be met before placing the full $10 bet. 3 of 4 → smaller stake ($5) for testing. 2 or fewer → skip.

Cond 1

Talent gap

Win-rate difference between teams: 10%+ regular season or 15%+ playoffs. Filters out coin flips.

64-18 (.780) vs 50-32 (.610) = 17% gap ✓
Cond 2

Favorite status

Favorite at home, OR favorite has top-15 scoring star with soft matchup.

OKC on road but SGA + dominant team ✓
Cond 3

Motivation factor (any one)

Bounce-back · series momentum (2-0 or 3-0) · pivotal game (G5 series tied) · closeout · statement (back from injury, vs rival).

Cond 4

Pace / scoring profile

Favorite in top-10 NBA pace, OR both teams in top-15 pace. Total line at 215+ (suggests high scoring expected).

Decision table

Conditions metActionStake
4 of 4BET — trigger fires$10
3 of 4TEST — smaller stake$5
2 or fewerSKIP$0

3. Parlay construction

When trigger fires, build a 3-leg same-game parlay:

  1. Leg 1: favorite covers spread (typically -110)
  2. Leg 2: game total over (typically -110)
  3. Leg 3: star player over points line (typically -110 to -130)

Combined parlay odds at -110/leg: ~7:1. But SGP discount typically applies: actual offered ~5-6:1.

To reach 100:1, add one of:

Example parlay

- Pistons -5.5 (-110) - Over 220.5 (-110) - Cunningham over 28.5 pts (-115) - Cunningham over 6.5 ast (-110) - Combined: ~25:1 (closer to 30-40:1 in SGP) For TRUE 100:1, add 5th leg or use longer spread.

Realistic offered odds

Parlay shapeOffered odds$10 →
Bare 3-leg correlated6-12:1$60-120
4-leg correlated20-40:1$200-400
5-leg correlated ← target80-150:1$800-1,500

4. Validation methodology — 3 phases

Phase 1 · 10 bets (weeks 1-3)

$10/bet · $100 total exposure

Target hits: 2-3. Track: hit rate, ROI, which legs hit/missed.

Decision point: 0-1 hits → pattern likely noise, abandon. 2+ hits → continue to Phase 2.

Phase 2 · 20 more bets (months 1-3)

$10/bet · $200 total exposure

Cumulative target: 5-8 hits. Refine trigger conditions based on what hits vs misses.

Decision point: hit rate < 8% → pattern not real. Hit rate 12-20% → real edge found.

Phase 3 · Scale (months 4+)

$20-25/bet · increased selectively

If pattern confirmed, increase stake. Bet more selectively to maintain edge. Track closing line value (CLV) as ongoing edge proof.

5. Ledger schema — KV-tracked per bet

{ "bet_id": "BCE-001", "date": "2026-05-15", "game": "DET vs CLE G6", "trigger_conditions": { "talent_gap": true, "favorite_status": true, "motivation_factor": "elimination_game", "pace_profile": true, "all_4_met": true }, "parlay_construction": { "leg_1": "DET +4.5 (-110)", "leg_2": "Over 218 (-110)", "leg_3": "Cunningham over 28.5 pts (-115)", "leg_4": "Cunningham over 6.5 ast (-110)", "combined_odds": "+2500", "stake": 10, "potential_payout": 260 }, "outcome": null, "legs_hit": null, "legs_missed": null, "final_result": null, "methodology_tag": "blowout_correlation_edge_v1" }

Stored under KV key bce-bet-{bet_id}. Index of all BCE bets under bce-feed. Phase progress under bce-phase-state.

6. Upcoming games scanner

Each upcoming game gets evaluated against the 4 trigger conditions. Output: BET / TEST / SKIP recommendation.

⚾ Pirates vs Phillies G2 (Sat 5/16)Skip

Conditions met: 2/4. Talent gap moderate, no clear motivation factor, baseball doesn't fit this NBA-specific pattern.

talent gap weakno motivationwrong sportpace N/A
⛳ PGA Championship Sun finalSkip

Conditions met: N/A. Golf doesn't fit this pattern — different correlation structure. Use SameSHOT Framework instead.

🏀 Cavs vs Pistons G6 (TONIGHT)Test stake $5

Conditions met: 3/4. Talent gap weak (similar records), elimination motivation ✓, pace OK (regular-season totals ~225). Run as Phase 1 test with smaller stake.

talent gap weakeliminationpace okfav home (CLE)

Scanner updates per slate. Future: auto-populate from /bets/games/ manifest with structured fields.

7. Honest expectations — annual math

ScenarioTriggers/yrHit %HitsSpentReturnedNet
Optimistic (backtest rate)150-18025%40$1,800$32,000+$30,000
Realistic (50% decay)15012%18$1,500$14,400+$12,900
Conservative (75% decay)1508%12$1,500$9,600+$8,100
Pessimistic (noise)1504%6$1,500$4,800+$3,300
Worst case (cold year)1500-1%0-2$1,500$0-1,500-$1,500

Year 1: -$1,500 to +$10,000 (learning phase). Year 2+: +$5K to +$25K if pattern holds.

8. Why books may be vulnerable

Books price each parlay leg independently:

If independent: 0.5 × 0.5 × 0.5 = 12.5% true probability. At independent pricing parlay should pay 7:1; books typically pay 5-6:1 (their margin).

But these outcomes aren't independent

When favorite blows out underdog:

True correlation: maybe 80-90% conditional probability:

Real probability of all 3: maybe 25-35% (not 12.5%). Books still pay 5-6:1. That's where the edge lives.

This is similar to "correlated parlay" strategies used by sharp bettors. The key is identifying WHEN correlation will be highest — that's what the 4 trigger conditions filter for.

9. Risk management — what never to do

  1. Chase losses — stake stays $10 regardless of recent results
  2. Increase on hot streaks — variance bites, stay disciplined
  3. Bet when only 2/4 conditions — reduces edge below profitability
  4. Bet on sports that don't fit — MLB has different correlation structure
  5. Ignore bankroll — need $500 minimum to weather variance

Bankroll management

Weekly discipline

10. How to know if we found the missing edge

After 30 bets

After 50 bets

After 100 bets

Closing Line Value (CLV) — the gold standard

If we consistently bet at better odds than the closing line, we're beating the market. CLV across 50+ bets is the strongest evidence of real edge — stronger than ROI (which is noisier).