Outright tournament winners — the entire field normalised to 100%.
Golf is the one namespace that is not fixtures. /v1/golf/tournaments returns the scheduled and live tournaments with the size of the priced field, the current favourite and the margin stripped; /v1/golf/tournaments/:key returns every player in that field with a fair probability and fair odds. There are no head-to-head rows and no movement endpoint here — the field is the surface.
One outcome per player across the whole field — the field normalises to 1.0000. Responses never name a bookmaker — only how many distinct brands were surveyed. Live demo: PinOdds.
An outright market has as many legs as it has players, so its overround dwarfs anything a two- or three-way match market carries. SkipOdds builds a per-bookmaker field map, averages each player across the books that price them, then normalises the entire field so the probabilities sum to exactly 1.0000. Where a feed lists two golfers under one name, the shorter price wins — that is the market’s primary listing.
15 bookmakers surveyed · de-vigged and refreshed continuously · live from /v1/golf/tournaments
| Tournament | Field | Favourite | Fair win |
|---|---|---|---|
| Masters Tournament Winner 2027-04-08 11:00 UTC | 100 | Alex Smalley | 13.2% |
| PGA Championship Winner 2027-05-20 11:00 UTC | 100 | Scottie Scheffler | 10.7% |
| US Open Winner 2027-06-17 10:00 UTC | 98 | Scottie Scheffler | 11.1% |
| The Open Winner 2027-07-15 05:35 UTC | 180 | Scottie Scheffler | 11.0% |
curl https://skipodds.com/v1/golf/tournaments -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 golf 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 · College basketball odds API · Tennis odds API · Cricket odds API · Rugby odds API · MMA odds API · Boxing odds API