GET /api/bet_types/57bebf7b-665e-4833-b753-dec1a9b1cc41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "57bebf7b-665e-4833-b753-dec1a9b1cc41",
"match": "https://api-prod.gambitprofit.com/api/matches/b0e62dee-9fa0-4708-bb94-9051b77be367/?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": "BOS",
"amount": 6269.0
},
{
"team": "BAL",
"amount": 3731.0
}
],
"expected_reward_tokens": 9215.43,
"profit_sb": 215.43,
"profit_sb_percentage": 2.39,
"recommended": true
},
"lines": [
{
"id": "79f208f1-74b8-4879-b31e-194ed6a2c92c",
"gambit_id": "5d8c1563-5637-455d-a358-a8dcad0d0113",
"last_updated": "2022-09-12T11:02:19.329569-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BOS",
"reward": "1.47000",
"odds": "1.52630",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57bebf7b-665e-4833-b753-dec1a9b1cc41/?format=api"
},
{
"id": "391d007a-3d36-4909-a6cd-6bea7f705e60",
"gambit_id": "97ef0f10-e6dd-4456-ac12-d31605251b71",
"last_updated": "2022-09-12T11:02:19.328479-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BAL",
"reward": "2.47000",
"odds": "2.65000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57bebf7b-665e-4833-b753-dec1a9b1cc41/?format=api"
}
]
}