GET /api/bet_types/74eb29ac-8bd4-4b7b-b20d-0c248eb210fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "74eb29ac-8bd4-4b7b-b20d-0c248eb210fe",
"match": "https://api-prod.gambitprofit.com/api/matches/1e4d8e0b-32f0-4762-ad56-0ab94531993d/?format=api",
"name": "Pick the Winner",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": true,
"name": "High Risk",
"bet": [
{
"team": "Royal Never Give Up",
"amount": 10000
}
],
"expected_reward_tokens": 10300.0,
"profit_sb": 1300.0,
"profit_sb_percentage": 14.44,
"recommended": true
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "Royal Never Give Up",
"amount": 8894.0
},
{
"team": "LGD Gaming",
"amount": 1106.0
}
],
"expected_reward_tokens": 9157.68,
"profit_sb": 157.68,
"profit_sb_percentage": 1.75,
"recommended": true
},
"lines": [
{
"id": "62d22fb3-0339-4152-9274-4efc87cab6c7",
"gambit_id": "d2be8b3b-0260-48db-99d9-baaf69954705",
"last_updated": "2022-08-15T15:37:10.778329-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Royal Never Give Up",
"reward": "1.03000",
"odds": "1.03000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74eb29ac-8bd4-4b7b-b20d-0c248eb210fe/?format=api"
},
{
"id": "886bfa57-065a-468d-a412-e7e0c719f383",
"gambit_id": "56ea6958-b2b5-4417-b25b-176a1fbb4a7e",
"last_updated": "2022-08-15T15:37:10.778831-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "LGD Gaming",
"reward": "8.28000",
"odds": "9.00000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74eb29ac-8bd4-4b7b-b20d-0c248eb210fe/?format=api"
}
]
}