Skip to main content
GET
/
v1
/
outrights
/
{tournamentId}
Outright Odds — Full futures markets for a specific tournament
curl --request GET \
  --url https://api.fieldfunded.com/v1/outrights/{tournamentId} \
  --header 'X-API-Key: <api-key>'
{
  "tournament_id": 95,
  "events": [
    {
      "event_id": "7454",
      "tournament_id": "95",
      "tournament": "Premier League",
      "description": "Premier League 25/26",
      "sport": "Soccer",
      "country": "England",
      "total_markets": 140,
      "markets": [
        {
          "market_id": 18635070,
          "name": "Premier League - Winner",
          "status": "active",
          "selections": [
            {
              "selection_id": 49426700,
              "name": "Arsenal",
              "odds": 3.5,
              "status": "active"
            },
            {
              "selection_id": 49426701,
              "name": "Manchester City",
              "odds": 4,
              "status": "active"
            },
            {
              "selection_id": 49426702,
              "name": "Liverpool",
              "odds": 5,
              "status": "active"
            }
          ]
        },
        {
          "market_id": 18635075,
          "name": "Premier League - Top Goalscorer",
          "status": "active",
          "selections": [
            {
              "selection_id": 49426750,
              "name": "Haaland, Erling",
              "odds": 2.75,
              "status": "active"
            },
            {
              "selection_id": 49426751,
              "name": "Salah, Mohamed",
              "odds": 6,
              "status": "active"
            },
            {
              "selection_id": 49426752,
              "name": "Isak, Alexander",
              "odds": 8,
              "status": "active"
            }
          ]
        },
        {
          "market_id": 18635080,
          "name": "Premier League - Most Assists",
          "status": "active",
          "selections": [
            {
              "selection_id": 49426793,
              "name": "Fernandes, Bruno",
              "odds": 1.01,
              "status": "active"
            },
            {
              "selection_id": 49426828,
              "name": "Cherki, Mathis Rayan",
              "odds": 11,
              "status": "active"
            }
          ]
        }
      ]
    }
  ],
  "total": 1,
  "odds_format": "decimal"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fieldfunded.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Your FieldFunded API Key

Path Parameters

tournamentId
integer
required

Tournament ID from the /v1/outrights listing

Example:

95

Query Parameters

odds_format
enum<string>
default:decimal

Odds format for all values in response. Default: decimal

Available options:
decimal,
american,
fractional

Response

The complete set of outright/futures markets and odds for the specified tournament.

tournament_id
integer
events
object[]
total
integer
odds_format
enum<string>
Available options:
decimal,
american,
fractional