Skip to main content
Version: 1.0.0

Futures

REQUIREMENT

You'll need a license key to use OpticOdds' API. You can get one by contacting us at www.opticodds.com.

API Endpoint

https://api.opticodds.com/api/feed/futures/

Parameters

NOTE

You can pass in multiple of the same parameters in each GET request. The returned futures array is sorted by futures with a start date nearest to furthest.

key (required)

Your OpticOdds API license key.

page

The page of the response you want. Note: the page index starts at 1, and each response returns up to 500 games.

sport

The sport you want to receive games for. We support the following:

  • football
  • basketball
  • baseball
  • mma
  • boxing
  • hockey
  • soccer
  • tennis
  • golf
  • motorsports
  • esports

league

The league you want to receive games for (e.g. NCAA)

Example Response

[
{
"id":2,
"sport":"football",
"league":"NFL",
"name":"NFC South Division Winner"
},
{
"id":30,
"sport":"football",
"league":"NFL",
"name":"NFC East Division Winner"
},
{
"id":20,
"sport":"football",
"league":"NFL",
"name":"NFC Conference Winner"
},
{
"id":7,
"sport":"football",
"league":"NFL",
"name":"AFC West Division Winner"
},
{
"id":17,
"sport":"football",
"league":"NFL",
"name":"AFC South Division Winner"
},
{
"id":29,
"sport":"football",
"league":"NFL",
"name":"Regular Season Wins"
},
{
"id":11,
"sport":"football",
"league":"NFL",
"name":"NFC West Division Winner"
},
...
]