GET /api/bet_types/f47fb0da-30dc-4777-93e6-c75900579fdc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f47fb0da-30dc-4777-93e6-c75900579fdc",
"match": "https://api-prod.gambitprofit.com/api/matches/1da90f09-8d3f-4227-bfe1-8d85e3f674fa/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-06T09:08:16.712358-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": "WAS",
"amount": 5688.0
},
{
"team": "NYM",
"amount": 4312.0
}
],
"expected_reward_tokens": 9442.08,
"profit_sb": -57.92,
"profit_sb_percentage": -0.61,
"recommended": false
},
"lines": [
{
"id": "bc3daa26-2b14-4b31-bcb9-89664fc747b7",
"gambit_id": "e1f6cbb7-0e8d-4319-a57a-436d8a81f469",
"last_updated": "2023-09-08T09:23:32.835747-04:00",
"created_at": "2023-09-06T09:08:16.720084-04:00",
"name": "WAS",
"reward": "1.66000",
"odds": "1.68970",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f47fb0da-30dc-4777-93e6-c75900579fdc/?format=api"
},
{
"id": "130a351e-aabc-4906-a68e-96dbd089c8cc",
"gambit_id": "587114dd-1502-4263-80cb-bb6334caa251",
"last_updated": "2023-09-08T09:23:32.832376-04:00",
"created_at": "2023-09-06T09:08:16.715699-04:00",
"name": "NYM",
"reward": "2.19000",
"odds": "2.25000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f47fb0da-30dc-4777-93e6-c75900579fdc/?format=api"
}
]
}