GET /api/bet_types/c6ad388e-07a7-4d33-9058-63377fdef1bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c6ad388e-07a7-4d33-9058-63377fdef1bd",
"match": "https://api-prod.gambitprofit.com/api/matches/e70e637c-2f19-428a-be6f-4a256dce83c6/?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": "ATL",
"amount": 6196.0
},
{
"team": "NYM",
"amount": 3804.0
}
],
"expected_reward_tokens": 9355.96,
"profit_sb": 355.96,
"profit_sb_percentage": 3.96,
"recommended": true
},
"lines": [
{
"id": "531d36ee-966a-408e-ae76-9cec0dd484f8",
"gambit_id": "e2471dc9-450d-48d5-8472-e858fb71907f",
"last_updated": "2022-08-07T11:02:17.804819-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "ATL",
"reward": "1.51000",
"odds": "1.55560",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ad388e-07a7-4d33-9058-63377fdef1bd/?format=api"
},
{
"id": "2493f7b3-f92a-42fb-ae07-f4813e15c0c2",
"gambit_id": "c182d3f7-228b-49e8-9549-079a7036687a",
"last_updated": "2022-08-07T11:02:17.805209-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYM",
"reward": "2.46000",
"odds": "2.60000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ad388e-07a7-4d33-9058-63377fdef1bd/?format=api"
}
]
}