Skip to main content

Odd Even

This endpoint allows you to retrieve the odds from odd even market.

Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.

Update Period: Live and today's matches are updated every minute, while other matches are updated every hour.

Recommended Calls: Limit calls to 1 per minute for live and today's matches, and 1 per hour for other matches.

Use Cases

Get the odds from a specific match_id
https://table-tennis.sportdevs.com/odds/odd-even?match_id=eq.{match_id}

Get the live odds from a specific match_id
https://table-tennis.sportdevs.com/odds/odd-even?match_id=eq.{match_id}&is_live=eq.true

Get the pre-match odds from a specific match_id
https://table-tennis.sportdevs.com/odds/odd-even?match_id=eq.{match_id}&is_live=eq.false

Query Parameters
  • match_id integer

    Default value: eq.790944

    The id of the match. example:eq.{match_id}

  • is_live boolean

    Default value: eq.false

    If the match is live. example:eq.{is_live}

  • offset string

    Default value: 0

    Limiting and Pagination

  • limit string

    Default value: 50

    Limiting and Pagination

  • lang string

    Default value: en

    Multi-language

Responses

OK


Schema array
  • match_id integer

    The id of the match. example:eq.{match_id}

  • is_live boolean

    If the match is live. example:eq.{is_live}

  • periods json

    Periods

Loading...