GET /api/bet_types/174a873a-3d7b-4332-8b2e-6a452ac7b4e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "174a873a-3d7b-4332-8b2e-6a452ac7b4e2",
"match": "https://api-prod.gambitprofit.com/api/matches/d157bb95-92fb-4590-9110-99c30a741d51/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-05: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": "WAS",
"amount": 5110.0
},
{
"team": "PHI",
"amount": 4890.0
}
],
"expected_reward_tokens": 9044.7,
"profit_sb": 44.7,
"profit_sb_percentage": 0.5,
"recommended": true
},
"lines": [
{
"id": "01399410-76f5-42d1-a648-a31a22295bb7",
"gambit_id": "48ddc40b-6747-4816-ade8-edff5b192703",
"last_updated": "2022-09-10T22:02:15.020017-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "WAS",
"reward": "1.77000",
"odds": "1.86960",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/174a873a-3d7b-4332-8b2e-6a452ac7b4e2/?format=api"
},
{
"id": "0fc46621-d946-4e08-a3f6-0523ddf82167",
"gambit_id": "e3cc174c-c93f-4406-9075-ba6e561840bd",
"last_updated": "2022-09-10T22:02:15.019030-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PHI",
"reward": "1.85000",
"odds": "1.95240",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/174a873a-3d7b-4332-8b2e-6a452ac7b4e2/?format=api"
}
]
}