Two-way moneyline, cleaned: one fair win probability per team.
American football lives at /v1/football/fixtures on the ProBall feed. Rows carry league, home, away and kickoff time, and a game stays on the board for eight hours after kickoff so an in-progress game never disappears mid-quarter.
Two outcomes per market, no draw leg — the pair normalises to 1.0000. Responses never name a bookmaker — only how many distinct brands were surveyed. Live demo: ProBall.io.
The moneyline is a two-leg market, so the fair probabilities come back as a straight pair summing to 1.0000 — no draw column, and no spread or total to reconcile. Each response reports margin_removed and how many distinct bookmaker brands were surveyed, and /v1/football/fixtures/:id/movement diffs the de-vigged consensus over time rather than replaying individual book ticks.
59 bookmakers surveyed · de-vigged and refreshed continuously · live from /v1/football/fixtures
| Game | Home | Away |
|---|---|---|
| Seattle Seahawks v New England Patriots 2026-09-10 00:20 UTC · NFL | 63.0% | 37.0% |
| Los Angeles Rams v San Francisco 49ers 2026-09-11 00:35 UTC · NFL | 64.2% | 35.8% |
| Detroit Lions v New Orleans Saints 2026-09-13 17:00 UTC · NFL | 72.9% | 27.1% |
| Cincinnati Bengals v Tampa Bay Buccaneers 2026-09-13 17:00 UTC · NFL | 64.6% | 35.4% |
| Indianapolis Colts v Baltimore Ravens 2026-09-13 17:00 UTC · NFL | 38.3% | 61.7% |
| Pittsburgh Steelers v Atlanta Falcons 2026-09-13 17:00 UTC · NFL | 61.3% | 38.7% |
| Carolina Panthers v Chicago Bears 2026-09-13 17:00 UTC · NFL | 42.1% | 57.9% |
| Jacksonville Jaguars v Cleveland Browns 2026-09-13 17:00 UTC · NFL | 76.4% | 23.6% |
| Houston Texans v Buffalo Bills 2026-09-13 17:00 UTC · NFL | 49.6% | 50.4% |
| Tennessee Titans v New York Jets 2026-09-13 17:00 UTC · NFL | 54.2% | 45.8% |
curl https://skipodds.com/v1/football/fixtures -H "x-api-key: skipodds-demo-2026"
The demo key serves 100 requests/day, shared by everyone — enough to evaluate. Keys go in the x-api-key header (or Authorization: Bearer), never in the query string: URLs leak into logs, proxies and Referer headers. Full parameters in the API reference.
SkipOdds is also an MCP server, so an assistant can pull NFL probabilities itself — point it at https://skipodds.com/mcp:
{
"mcpServers": {
"skipodds": {
"url": "https://skipodds.com/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}
Without a key the shared demo quota applies. A free personal key gives you 250 requests/day that nobody else can drain.
Get an API keyAPI referenceWhy SkipOdds
Other sports on the same key: Soccer odds API · NBA odds API · MLB odds API · NHL odds API · College football odds API · College basketball odds API · Tennis odds API · Cricket odds API · Rugby odds API · MMA odds API · Boxing odds API · Golf odds API