Two Modules. One API. Pre-Game Analysis at Scale.
The Onyx Odds API provides structured probability scores and narrative talking points for every scheduled matchup. No data engineers required.
Prediction Engine
Probability distributions for game outcomes, player performance ranges, and key-moment flags. Data updates as lineups, injury reports, and conditions change in the days before kickoff.
- Win probability scores with calibrated confidence bands
- High-scoring game likelihood index
- Upset risk flag with contributing factors
- Player performance probability ranges
- Data refreshed as game-week inputs arrive
Talking Points API
Structured narrative hooks keyed to each matchup. Returns 4-6 data-backed talking points with type tags, formatted for direct CMS insertion or editorial review before publication.
- Type-tagged output: controversy, trend, upset-risk, historical-angle
- JSON structure maps to most CMS field schemas
- Source attribution included in each point
- Editorial review flag for low-confidence outputs
- Webhook push before each game window
"talking_points": [
{
"type": "historical-angle",
"text": "Eastern FC has won 7 of their last 8 home fixtures in this format",
"confidence": 0.91
},
{
"type": "upset-risk",
"text": "Upset rate in this rivalry sits at 34% over 6 seasons",
"confidence": 0.87
},
{
"type": "trend",
"text": "Defensive pressure index trending up 11% this month",
"confidence": 0.83
}
]
What Goes Into Every Prediction
The API ingests multiple input streams and processes them through a continuous scoring pipeline that updates as each input refreshes.
Historical Match Data
Season records, head-to-head history, venue performance, and form curves going back 3-6 seasons depending on sport and league tier.
Lineup and Injury Feeds
Availability data pulled from official feeds and cross-referenced with positional impact scoring to weight player absences correctly.
Recent Form Signals
Rolling performance windows at multiple intervals (L5, L10, L20) with exponential decay weighting to surface momentum patterns.
Conditions and Context
Venue, surface, travel distance, game importance flags, and scheduling density all factor into the final probability calculation.
Bring Your Own Data
Connect your existing data feeds via the input endpoint. Our pipeline processes external sources alongside our own base layers.
Continuous Updates
Scores recompute as inputs change. The API serves the latest version; you choose whether to pull on schedule or receive webhook pushes.
Accuracy Snapshot Across Sport Categories
Aggregated over early-access pilot data. Confidence intervals shown as +/- percentage points. Sample sizes are limited; we will publish updated figures as the data set grows.
Based on early-access pilot data. Past performance does not guarantee future accuracy.
Connects to the Tools Your Team Already Uses
The API returns standard JSON. Most teams are up and running within a day using one of three common patterns: direct REST pull, scheduled webhook, or CMS plugin.
Read the Docs or Book a Demo
Full API reference, quickstart guide, and integration examples are available now. Or talk to the team and see it connected to your data.