GET /api/bet_types/877c90bb-8510-4db2-a3fe-ccf2e8fff013/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "877c90bb-8510-4db2-a3fe-ccf2e8fff013",
"match": "https://api-prod.gambitprofit.com/api/matches/b846c2f3-c563-4c0c-a00b-40ff2b4a7e16/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-11T09:38:23.654686-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": "ATL",
"amount": 5423.0
},
{
"team": "NYM",
"amount": 4577.0
}
],
"expected_reward_tokens": 9381.79,
"profit_sb": -118.21,
"profit_sb_percentage": -1.24,
"recommended": false
},
"lines": [
{
"id": "7444024b-5314-465f-9734-56eab06b4a91",
"gambit_id": "e5042732-4e72-419e-b696-5abbf4dc4ed9",
"last_updated": "2023-08-12T18:13:07.322132-04:00",
"created_at": "2023-08-11T09:38:23.661986-04:00",
"name": "ATL",
"reward": "1.73000",
"odds": "1.76920",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/877c90bb-8510-4db2-a3fe-ccf2e8fff013/?format=api"
},
{
"id": "21519452-f886-4542-909c-91ed9623f1f9",
"gambit_id": "2958943d-d936-4089-97e2-c1afdf9e588a",
"last_updated": "2023-08-12T18:13:07.328594-04:00",
"created_at": "2023-08-11T09:38:23.670314-04:00",
"name": "NYM",
"reward": "2.05000",
"odds": "2.10000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/877c90bb-8510-4db2-a3fe-ccf2e8fff013/?format=api"
}
]
}