GET /api/bet_types/4cf0f99b-c0c5-4335-8abd-305ae8c8d52c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4cf0f99b-c0c5-4335-8abd-305ae8c8d52c",
"match": "https://api-prod.gambitprofit.com/api/matches/7af35f96-ef62-4904-9866-04df58842455/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-12T09:23:03.774074-04:00",
"high_risk": {
"possible": false,
"description": "There is no line under 1.10 reward"
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "SDG",
"amount": 5688.0
},
{
"team": "LOS",
"amount": 4312.0
}
],
"expected_reward_tokens": 9442.08,
"profit_sb": -57.92,
"profit_sb_percentage": -0.61,
"recommended": false
},
"lines": [
{
"id": "16b1e31a-41d2-4a24-9283-83451a0774cf",
"gambit_id": "fc07332e-830f-4d81-af40-38948ed685f4",
"last_updated": "2023-09-13T19:13:21.452112-04:00",
"created_at": "2023-09-12T09:23:03.778125-04:00",
"name": "SDG",
"reward": "1.66000",
"odds": "1.68970",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cf0f99b-c0c5-4335-8abd-305ae8c8d52c/?format=api"
},
{
"id": "378f7381-323c-4944-920f-cea33ea76fef",
"gambit_id": "484d450d-ed81-49cb-8653-d0757b463bb7",
"last_updated": "2023-09-13T19:13:21.459294-04:00",
"created_at": "2023-09-12T09:23:03.783311-04:00",
"name": "LOS",
"reward": "2.19000",
"odds": "2.25000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cf0f99b-c0c5-4335-8abd-305ae8c8d52c/?format=api"
}
]
}