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.
50 bookmakers surveyed · de-vigged and refreshed continuously · live from /v1/college-football/fixtures
| Game | Home | Away |
|---|---|---|
| Eastern Michigan Eagles v San Jose State Spartans 2026-09-04 22:30 UTC · NCAAF | 56.3% | 43.7% |
| Georgia State Panthers v North Carolina A&T Aggies 2026-09-04 23:00 UTC · NCAAF | 93.6% | 6.4% |
| Purdue Boilermakers v Indiana State Sycamores 2026-09-04 23:00 UTC · NCAAF | 96.1% | 3.9% |
| Kansas Jayhawks v LIU Sharks 2026-09-05 00:00 UTC · NCAAF | 98.1% | 1.9% |
| Michigan State Spartans v Toledo Rockets 2026-09-05 00:00 UTC · NCAAF | 77.8% | 22.2% |
| Oklahoma Sooners v UTEP Miners 2026-09-05 00:00 UTC · NCAAF | 98.0% | 2.0% |
| USC Trojans v Fresno State Bulldogs 2026-09-05 01:00 UTC · NCAAF | 92.0% | 8.0% |
| Stanford Cardinal v Miami Hurricanes 2026-09-05 01:05 UTC · NCAAF | 6.8% | 93.2% |
| UConn Huskies v Lafayette Leopards 2026-09-05 16:00 UTC · NCAAF | 89.3% | 10.7% |
| Bowling Green Falcons v Tarleton State Texans 2026-09-05 16:00 UTC · NCAAF | 53.4% | 46.6% |
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