GET /api/bet_types/f4a635ad-3a00-464d-80fa-a902bd6e2add/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f4a635ad-3a00-464d-80fa-a902bd6e2add",
"match": "https://api-prod.gambitprofit.com/api/matches/449bb40f-2f89-4c6b-bf59-6563d4b6d0cc/?format=api",
"name": "Pick the Winner",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": true,
"name": "High Risk",
"bet": [
{
"team": "Shanghai Dragons",
"amount": 10000
}
],
"expected_reward_tokens": 10400.0,
"profit_sb": 1400.0,
"profit_sb_percentage": 15.56,
"recommended": true
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "Shanghai Dragons",
"amount": 8811.0
},
{
"team": "Guangzhou Charge",
"amount": 1189.0
}
],
"expected_reward_tokens": 9163.44,
"profit_sb": 163.44,
"profit_sb_percentage": 1.82,
"recommended": true
},
"lines": [
{
"id": "47c6d698-0d76-4e65-9dda-3f5314413ff1",
"gambit_id": "dea235ec-013c-410d-b337-5fb6000e11e1",
"last_updated": "2022-09-11T20:12:23.130958-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Shanghai Dragons",
"reward": "1.04000",
"odds": "1.04000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4a635ad-3a00-464d-80fa-a902bd6e2add/?format=api"
},
{
"id": "a9064e5e-cd0b-4010-8f01-d42cb6facafe",
"gambit_id": "61c7da29-3dd9-45af-98f6-d3ab9136f72f",
"last_updated": "2022-09-11T20:12:23.132054-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Guangzhou Charge",
"reward": "7.71000",
"odds": "8.50000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4a635ad-3a00-464d-80fa-a902bd6e2add/?format=api"
}
]
}