GET /api/bet_types/f6a41208-22ba-4118-b99a-3697e14c85c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f6a41208-22ba-4118-b99a-3697e14c85c9",
"match": "https://api-prod.gambitprofit.com/api/matches/255175c2-2058-4ddb-bc54-295308d28cf2/?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": "NYY",
"amount": 6114.0
},
{
"team": "MIL",
"amount": 3886.0
}
],
"expected_reward_tokens": 9170.96,
"profit_sb": 170.96,
"profit_sb_percentage": 1.9,
"recommended": true
},
"lines": [
{
"id": "092a296c-1848-40f3-88b5-158a1af58d39",
"gambit_id": "7f44226c-3d34-495f-84fd-54a770913c5c",
"last_updated": "2022-09-19T09:32:04.286717-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYY",
"reward": "1.50000",
"odds": "1.57140",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6a41208-22ba-4118-b99a-3697e14c85c9/?format=api"
},
{
"id": "65b9621a-213a-4029-b4ae-9916864a9ab2",
"gambit_id": "fc00bebd-4c2f-4c3c-9322-4485c3967de3",
"last_updated": "2022-09-19T09:32:04.287660-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIL",
"reward": "2.36000",
"odds": "2.55000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6a41208-22ba-4118-b99a-3697e14c85c9/?format=api"
}
]
}