Description

Get the graded result of a bet.

Specific Parameter Information

For a full list of parameters, scroll to the bottom of this page.

id

The id of the copilot odd you want to grade.

Example Responses

Possible status

  • Won: The bet is settled as a win
  • Lost: The bet is settled as a loss
  • Refunded: The bet is settled as a push.
  • Half Won: Applies for asian markets.
  • Half Lost: Applies for asian markets.

Response Shape

URL: https://api.opticodds.com/api/v3/copilot/grader/odds?id=10084DFECD1BD:1st_half_moneyline:fujian_sturgeons

{
  "data": [
    {
      "id": "1:-1:0084DFECD1BD:1st_half_moneyline:fujian_sturgeons",
      "status": "Lost",
      "settled_at": "2024-10-23T13:58:23.363"
    },
  ],
}

Language
Credentials
Click Try It! to start a request and see the response here!