GET /api/bet_types/1cf92506-dde5-48c7-9314-14e11783319a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1cf92506-dde5-48c7-9314-14e11783319a",
"match": "https://api-prod.gambitprofit.com/api/matches/8fa672ec-1f3a-46b2-80f6-47d7aedf6aa7/?format=api",
"name": "Play the Odds",
"created_at": "2023-07-08T08:38:23.443706-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": "BOS",
"amount": 5319.0
},
{
"team": "OAK",
"amount": 4681.0
}
],
"expected_reward_tokens": 9361.44,
"profit_sb": -138.56,
"profit_sb_percentage": -1.46,
"recommended": false
},
"lines": [
{
"id": "80133478-f9dc-4858-a019-3b63b0a04981",
"gambit_id": "ccd9825e-dfb4-431b-836b-ab701631b69e",
"last_updated": "2023-07-15T16:08:22.760750-04:00",
"created_at": "2023-07-08T08:38:23.447616-04:00",
"name": "BOS",
"reward": "1.76000",
"odds": "1.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cf92506-dde5-48c7-9314-14e11783319a/?format=api"
},
{
"id": "09b926f0-635a-4d1c-952f-a8d46e521347",
"gambit_id": "6b055036-e0fb-4d09-8ed0-0c229a8b3b1a",
"last_updated": "2023-07-15T16:08:22.759708-04:00",
"created_at": "2023-07-08T08:38:23.445611-04:00",
"name": "OAK",
"reward": "2.00000",
"odds": "2.05000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cf92506-dde5-48c7-9314-14e11783319a/?format=api"
}
]
}