GET /api/bet_types/a6b4d173-2ceb-472d-8fb4-199f803f2476/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a6b4d173-2ceb-472d-8fb4-199f803f2476",
"match": "https://api-prod.gambitprofit.com/api/matches/2b6a8a61-7abe-4a18-b884-90b42d1f6efc/?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": "Iowa",
"amount": 5000.0
},
{
"team": "Nevada",
"amount": 5000.0
}
],
"expected_reward_tokens": 8850.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.67,
"recommended": false
},
"lines": [
{
"id": "e6d538b7-6d68-49f8-9658-1d49794157c7",
"gambit_id": "501a8c74-fd91-4b96-99d6-4b54c9ff7699",
"last_updated": "2022-09-18T13:02:34.026833-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Iowa",
"reward": "1.77000",
"odds": "1.90910",
"spread": "-24.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6b4d173-2ceb-472d-8fb4-199f803f2476/?format=api"
},
{
"id": "0443fa61-6c23-479d-baf9-311fb89ac2a7",
"gambit_id": "c2d0f4f1-d078-43d3-bd07-0692330c346e",
"last_updated": "2022-09-18T13:02:34.027819-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Nevada",
"reward": "1.77000",
"odds": "1.90910",
"spread": "24.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6b4d173-2ceb-472d-8fb4-199f803f2476/?format=api"
}
]
}