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=092BDEB27FEE
{
"data": [
{
"id": "1st_half_asian_handicap",
"name": "1st Half Asian Handicap"
},
{
"id": "1st_half_asian_total_goals",
"name": "1st Half Asian Total Goals"
},
{
"id": "1st_half_both_teams_to_score",
"name": "1st Half Both Teams To Score"
},
{
"id": "1st_half_correct_score",
"name": "1st Half Correct Score"
},
{
"id": "1st_half_moneyline",
"name": "1st Half Moneyline"
},
{
"id": "1st_half_team_total",
"name": "1st Half Team Total"
},
{
"id": "1st_half_team_total_exact",
"name": "1st Half Team Total Exact"
},
{
"id": "1st_half_total_goals",
"name": "1st Half Total Goals"
},
{
"id": "1st_half_total_goals_odd_even",
"name": "1st Half Total Goals Odd/Even"
},
{
"id": "2nd_half_asian_total_goals",
"name": "2nd Half Asian Total Goals"
},
{
"id": "2nd_half_both_teams_to_score",
"name": "2nd Half Both Teams To Score"
},
{
"id": "2nd_half_moneyline",
"name": "2nd Half Moneyline"
},
{
"id": "2nd_half_total_goals",
"name": "2nd Half Total Goals"
},
{
"id": "2nd_half_total_goals_odd_even",
"name": "2nd Half Total Goals Odd/Even"
},
{
"id": "anytime_card_receiver",
"name": "Anytime Card Receiver"
},
{
"id": "anytime_goal_scorer",
"name": "Anytime Goal Scorer"
},
{
"id": "anytime_red_card_receiver",
"name": "Anytime Red Card Receiver"
},
{
"id": "asian_handicap",
"name": "Asian Handicap"
},
{
"id": "asian_handicap_cards",
"name": "Asian Handicap Cards"
},
{
"id": "asian_total_goals",
"name": "Asian Total Goals"
},
{
"id": "both_teams_to_score",
"name": "Both Teams To Score"
},
{
"id": "correct_score",
"name": "Correct Score"
},
{
"id": "draw_no_bet",
"name": "Draw No Bet"
},
{
"id": "first_goal_scorer",
"name": "First Goal Scorer"
},
{
"id": "first_team_to_score_3-way",
"name": "First Team To Score 3-Way"
},
{
"id": "goal_spread",
"name": "Goal Spread"
},
{
"id": "halftime_fulltime",
"name": "Halftime / Fulltime"
},
{
"id": "last_goal_scorer",
"name": "Last Goal Scorer"
},
{
"id": "last_team_to_score_3-way",
"name": "Last Team To Score 3-Way"
},
{
"id": "moneyline",
"name": "Moneyline"
},
{
"id": "player_goals",
"name": "Player Goals"
},
{
"id": "team_clean_sheet",
"name": "Team Clean Sheet"
},
{
"id": "team_to_miss_penalty",
"name": "Team To Miss Penalty"
},
{
"id": "team_to_score_penalty",
"name": "Team To Score Penalty"
},
{
"id": "team_to_win_from_behind",
"name": "Team To Win From Behind"
},
{
"id": "team_total",
"name": "Team Total"
},
{
"id": "team_total_card_points",
"name": "Team Total Card Points"
},
{
"id": "team_total_odd_even",
"name": "Team Total Odd/Even"
},
{
"id": "total_cards",
"name": "Total Cards"
},
{
"id": "total_goals",
"name": "Total Goals"
},
{
"id": "total_goals_odd_even",
"name": "Total Goals Odd/Even"
},
{
"id": "total_red_cards",
"name": "Total Red Cards"
}
]
}