Sports & Fitness · head-to-head
Oddsmagnet vs RacingHub
Oddsmagnet is a UK-focused odds-data provider covering football, basketball, baseball and more from 17+ bookmakers (William Hill, Betway, Unibet, and others), aimed at arbitrage comparison and machine-learning models trained on historical odds movement. The free tier only exposes odds aggregated to a daily level; paid Historical Odds Data and Betting Odds API tiers unlock full granularity and low-latency live feeds. A live probe of the real `api.oddsmagnet.com` backend confirmed it's a genuine, live AWS API Gateway service distinct from the bot-protected marketing domain, and reconfirmed a wildcard `Access-Control-Allow-Origin` on every request, keeping `cors: yes`.
RacingHub is a Formula 1 statistics API spanning every season from 1950 to the present, exposing per-driver career records (wins, poles, podiums, points), race results, and analytical features like racecraft heatmaps and pit-stop strategy breakdowns, with official Python and JavaScript client libraries and an MCP server for querying the data conversationally. No API key is required -- a live keyless request to the real `racinghub.net/api/v1/drivers/...` backend returned genuine per-driver data (200) with a wildcard `Access-Control-Allow-Origin` header, resolving `cors: unknown -> yes`, though anonymous requests are rate-limited to 100/minute per the response headers.
| Oddsmagnet | RacingHub | |
|---|---|---|
| Authentication | None | None |
| Pricing | freemium | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |