SkipOdds

API reference › Outrights

Outrights

Field-normalised winner markets. Eliminated entrants are excluded rather than left to rot at a stale price.

Base URL https://skipodds.com · authenticate with Authorization: Bearer <key> (or the x-api-key header) · never in the query string · all responses JSON, cached ~60s · demo key: skipodds-demo-2026 (100 req/day)

The skipodds object in every response is the SkipOdds Index — the de-vigged consensus probability per outcome.

GET /v1/outrights

Tournament-winner probabilities, normalised across the still-alive field (eliminated teams' stale prices are excluded).

Golf (beta)

Field-wide outright Index — the whole tournament field normalised to exactly 100%, dust-quote filtered. The four majors on the current feed; weekly tour events planned. Powers PinOdds.

GET /v1/golf/tournaments

Open tournaments with field size, margin removed, books surveyed, and the current favorite.

GET /v1/golf/tournaments/:key

{
  "sport": "golf",
  "tournament": {
    "key": "golf_the_open_championship_winner",
    "title": "The Open Winner", "status": "scheduled",
    "skipodds": {
      "players": [{ "name": "Scottie Scheffler", "p": 0.091, "fair_odds": 10.99 }],
      "books_surveyed": 2, "margin_removed": 0.543
    }
  }
}

Rest of the reference

Fixtures · Line movement · Alerts & webhooks · Widget · Errors, attribution & terms

Full API referenceopenapi.jsonMCP server