get https://api.opticodds.com/api/v3/markets/active
Description
Returns a list of all the markets that are currently available for the given fixture and or sportsbook that are passed.
Specific Parameter Information
For a full list of parameters, scroll to the bottom of this page.
Example Responses
URL: https://api.opticodds.com/api/v3/markets/active?sportsbook=DraftKings&fixture_id=F5B0AE11A95E
{
"data": [
{
"id": "1st_half_moneyline",
"name": "1st Half Moneyline",
"numerical_id": 83
},
{
"id": "1st_half_point_spread",
"name": "1st Half Point Spread",
"numerical_id": 105
},
{
"id": "1st_half_team_total",
"name": "1st Half Team Total",
"numerical_id": 128
},
{
"id": "1st_half_total_points",
"name": "1st Half Total Points",
"numerical_id": 152
},
{
"id": "1st_half_total_points_odd_even",
"name": "1st Half Total Points Odd/Even",
"numerical_id": 153
},
{
"id": "1st_quarter_moneyline",
"name": "1st Quarter Moneyline",
"numerical_id": 246
},
{
"id": "1st_quarter_point_spread",
"name": "1st Quarter Point Spread",
"numerical_id": 256
},
{
"id": "1st_quarter_team_total",
"name": "1st Quarter Team Total",
"numerical_id": 267
},
{
"id": "1st_quarter_total_points",
"name": "1st Quarter Total Points",
"numerical_id": 276
},
{
"id": "2nd_half_moneyline",
"name": "2nd Half Moneyline",
"numerical_id": 323
},
{
"id": "2nd_half_point_spread",
"name": "2nd Half Point Spread",
"numerical_id": 336
},
{
"id": "2nd_half_team_total",
"name": "2nd Half Team Total",
"numerical_id": 359
},
{
"id": "2nd_half_total_points",
"name": "2nd Half Total Points",
"numerical_id": 379
},
{
"id": "2nd_quarter_moneyline",
"name": "2nd Quarter Moneyline",
"numerical_id": 455
},
{
"id": "2nd_quarter_moneyline_3-way",
"name": "2nd Quarter Moneyline 3-Way",
"numerical_id": 456
},
{
"id": "2nd_quarter_point_spread",
"name": "2nd Quarter Point Spread",
"numerical_id": 458
},
{
"id": "2nd_quarter_team_total",
"name": "2nd Quarter Team Total",
"numerical_id": 469
},
{
"id": "2nd_quarter_total_points",
"name": "2nd Quarter Total Points",
"numerical_id": 478
},
{
"id": "3rd_quarter_moneyline",
"name": "3rd Quarter Moneyline",
"numerical_id": 578
},
{
"id": "3rd_quarter_point_spread",
"name": "3rd Quarter Point Spread",
"numerical_id": 581
},
{
"id": "3rd_quarter_team_total",
"name": "3rd Quarter Team Total",
"numerical_id": 592
},
{
"id": "3rd_quarter_total_points",
"name": "3rd Quarter Total Points",
"numerical_id": 601
},
{
"id": "4th_quarter_moneyline",
"name": "4th Quarter Moneyline",
"numerical_id": 684
},
{
"id": "4th_quarter_point_spread",
"name": "4th Quarter Point Spread",
"numerical_id": 691
},
{
"id": "4th_quarter_team_total",
"name": "4th Quarter Team Total",
"numerical_id": 703
},
{
"id": "4th_quarter_total_points",
"name": "4th Quarter Total Points",
"numerical_id": 712
},
{
"id": "first_basket_including_ft",
"name": "First Basket Including FT",
"numerical_id": 918
},
{
"id": "halftime_fulltime",
"name": "Halftime / Fulltime",
"numerical_id": 935
},
{
"id": "moneyline",
"name": "Moneyline",
"numerical_id": 953
},
{
"id": "player_assists",
"name": "Player Assists",
"numerical_id": 966
},
{
"id": "player_blocks",
"name": "Player Blocks",
"numerical_id": 984
},
{
"id": "player_double_double",
"name": "Player Double Double",
"numerical_id": 998
},
{
"id": "player_made_threes",
"name": "Player Made Threes",
"numerical_id": 1061
},
{
"id": "player_points",
"name": "Player Points",
"numerical_id": 1095
},
{
"id": "player_points_+_assists",
"name": "Player Points + Assists",
"numerical_id": 1096
},
{
"id": "player_points_+_rebounds",
"name": "Player Points + Rebounds",
"numerical_id": 1097
},
{
"id": "player_points_+_rebounds_+_assists",
"name": "Player Points + Rebounds + Assists",
"numerical_id": 1098
},
{
"id": "player_rebounds",
"name": "Player Rebounds",
"numerical_id": 1103
},
{
"id": "player_rebounds_+_assists",
"name": "Player Rebounds + Assists",
"numerical_id": 1104
},
{
"id": "player_steals",
"name": "Player Steals",
"numerical_id": 1145
},
{
"id": "player_triple_double",
"name": "Player Triple Double",
"numerical_id": 1166
},
{
"id": "player_turnovers",
"name": "Player Turnovers",
"numerical_id": 1168
},
{
"id": "point_spread",
"name": "Point Spread",
"numerical_id": 1172
},
{
"id": "team_total",
"name": "Team Total",
"numerical_id": 1261
},
{
"id": "team_total_odd_even",
"name": "Team Total Odd/Even",
"numerical_id": 1283
},
{
"id": "total_points",
"name": "Total Points",
"numerical_id": 1358
},
{
"id": "total_points_odd_even",
"name": "Total Points Odd/Even",
"numerical_id": 1359
},
{
"id": "will_there_be_overtime",
"name": "Will There Be Overtime",
"numerical_id": 1401
}
]
}