D1 hoops moneylines with the vig taken out.
College hoops sits at /v1/college-basketball/fixtures, on the CollegeBall feed alongside college football — the namespace is separate from /v1/basketball so pro and college boards never mix in one call. Coverage is seasonal: outside the season the endpoint returns an empty list rather than an error.
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.
The market is two-way, so de-vigging is a normalisation of two averaged prices to 1.0000 exactly. Because college fields are deep and prices move late, the useful pairing is the board plus /v1/college-basketball/fixtures/:id/movement, which reports how the cleaned consensus shifted inside your window instead of per-book ticks you would have to de-vig yourself.
No college basketball games are priced right now — the feed carries scheduled and live events only, so this board fills again as soon as bookmakers post the next ones. The endpoint returns an empty list, never an error.
curl https://skipodds.com/v1/college-basketball/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 basketball 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 football odds API · Tennis odds API · Cricket odds API · Rugby odds API · MMA odds API · Boxing odds API · Golf odds API