D1 moneylines cleaned into fair win probabilities.
College football has its own namespace and its own feed — /v1/college-football/fixtures, backed by CollegeBall rather than the pro tables — so a Saturday D1 board and an NFL Sunday never share a response. It covers the marquee board rather than every conference game, and each row names its league.
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: CollegeBall.io.
Two legs, same normalisation as the pro board: average each side across the surveyed books, invert, rescale to 1.0000. College markets are priced by fewer books than the pro slate, and the API is explicit about that — every row reports books_surveyed, so a thinly-surveyed game is visibly thinner rather than silently equal.
40 bookmakers surveyed · de-vigged and refreshed continuously · live from /v1/college-football/fixtures
| Game | Home | Away |
|---|---|---|
| TCU Horned Frogs v North Carolina Tar Heels 2026-08-29 16:00 UTC · NCAAF | 73.0% | 27.0% |
| USC Trojans v San Jose State Spartans 2026-08-29 19:00 UTC · NCAAF | 96.3% | 3.8% |
| Virginia Cavaliers v NC State Wolfpack 2026-08-29 19:30 UTC · NCAAF | 65.5% | 34.5% |
| North Dakota State Bison v Jacksonville State Gamecocks 2026-08-29 21:30 UTC · NCAAF | 70.2% | 29.8% |
| Eastern Michigan Eagles v Sacramento State Hornets 2026-08-29 22:30 UTC · NCAAF | 74.1% | 25.9% |
| Stanford Cardinal v Hawaii Rainbow Warriors 2026-08-29 23:00 UTC · NCAAF | 66.6% | 33.4% |
| Florida State Seminoles v New Mexico State Aggies 2026-08-29 23:00 UTC · NCAAF | 95.2% | 4.8% |
| UNLV Rebels v Memphis Tigers 2026-08-30 02:00 UTC · NCAAF | 66.4% | 33.6% |
| Rutgers Scarlet Knights v UMass Minutemen 2026-09-03 22:00 UTC · NCAAF | 95.1% | 4.9% |
| Delaware Blue Hens v Merrimack Warriors 2026-09-03 23:00 UTC · NCAAF | 95.0% | 5.0% |
curl https://skipodds.com/v1/college-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 college football 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 · NFL odds API · NBA odds API · MLB odds API · NHL odds API · College basketball odds API · Tennis odds API · Cricket odds API · Rugby odds API · MMA odds API · Boxing odds API · Golf odds API