Sample model · ASCEND-QX 4.2

How We Actually Do It

No black box theatre. Here is the exact pipeline every Ascend selection passes through, the weights behind it, and a live worked example from today's board.

The Pipeline

01

Ingest

Team and player logs, pace, rotation reports, injury designations, travel and rest, weather, and multi-book line movement are normalised into one feature frame per market.

02

Standardise

Every feature is converted to a z-score against its own league-season distribution, so a rebound rate and a line move are comparable on the same scale.

03

Weight

The eight feature families are combined with fitted weights that sum to 1.0, producing a single composite signal in standard-deviation units.

04

Calibrate

A logistic link maps the composite signal to a win probability. The slope is fit against historical closing lines so probabilities are honest, not inflated.

05

Compare

The posted American odds are de-vigged into an implied probability. Model probability minus implied probability is the edge — no edge, no play.

06

Stake & tier

Quarter-Kelly sets a unit size capped at 3u. Signals above the strong threshold become the 5 strong plays; the next band becomes the 3 value plays; individual stat lines become the 3 props.

Feature Weights

Rolling Form (L10)18%

Exponentially-weighted performance over the last ten games.

Matchup Rating16%

Opponent positional defense / pace-adjusted allowance.

Usage & Role15%

Snap share, touches, minutes projection and role stability.

Pace & Game Script12%

Projected possessions and expected game flow.

Injury / Rotation Impact12%

Teammate absences that shift volume toward the subject.

Line Movement11%

Open-to-current move and steam detection across books.

Situational Factors9%

Rest, travel, altitude, back-to-backs, weather.

Market Efficiency Gap7%

Consensus vs sharp book divergence.

Worked Example

A real selection from today's slate with every intermediate value exposed.

#1 · Strong Play · EPL / UCL

ArsenalAsian Handicap

Arsenal vs Bayern · Soccer

Cover -0.5
-148 · 0.5u
Model Proj.
-0.5
Win Prob.
63%
Edge vs Market
+3.4%
Confidence
81/100

Rolling Form (L10) and Market Efficiency Gap are the dominant drivers (Rolling z=-1.7, Market z=+3.17, Usage z=+1.44). Composite signal +1.16σ against a market implying 59.7%.

Model explanation
High conviction · 81/100
Model win prob.
63%
Market implied
59.7%
Edge
+3.4%
Kelly stake
0.5u

Key statistical drivers

  • Rolling Form (L10)z -1.7
  • Market Efficiency Gapz +3.17
  • Usage & Rolez +1.44

Why this is a Strong play, not a Value play

Strong plays require both a calibrated win probability at or above the model's conviction floor and agreement across the top-weighted signals. Here the model lands at 63% against an implied 59.7%, giving a wide pricing gap the market has not corrected. Rolling Form (L10), Market Efficiency Gap, Usage & Role all push the same direction, so there is no internal disagreement to discount — which is why the Kelly allocator sizes it at 0.5u rather than a reduced stake.

Probabilities are isotonic-calibrated outputs of ASCEND-QX; stakes use quarter-Kelly. Model output is analytical information, not a guarantee of outcome.

signal   = Σ (weight_i × z_i)            // composite, in σ
p_model  = 1 / (1 + e^(-1.65 × signal × 2.6))
p_market = devig(american_odds)
edge     = p_model - p_market
stake    = clamp(0.25 × kelly(p_model, odds) × 4, 0.5u, 3u)

→ p_model  = 63%
→ p_market = 59.7%
→ edge     = +3.4%
→ stake    = 0.5u  (confidence 81/100)

Coverage

The system knows every major sport and its prop markets.

Football

NFL

Game markets: Spread, Total Points, Moneyline

Props: Passing Yards, Rushing Yards, Receptions

Basketball

NBA

Game markets: Spread, Total Points, First Half Spread

Props: Points, Rebounds, Assists, Pts+Reb+Ast, Three Pointers Made

Baseball

MLB

Game markets: Run Line, Total Runs

Props: Strikeouts, Total Bases, Hits + Runs + RBIs

Hockey

NHL

Game markets: Puck Line, Total Goals

Props: Shots On Goal, Points, Goalie Saves

Soccer

EPL / UCL

Game markets: Asian Handicap, Total Goals

Props: Shots On Target, Player Shots

College

NCAAB / NCAAF

Game markets: Spread, Total Points

Props: Points, Rebounds

Combat / Tennis

UFC / ATP

Game markets: Moneyline, Total Rounds / Games

Props: Significant Strikes, Total Aces

Related reading