GET /api/bet_types/31343b9c-7e4c-41e6-bca1-453859367ce7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "31343b9c-7e4c-41e6-bca1-453859367ce7",
"match": "https://api-prod.gambitprofit.com/api/matches/ef30a471-426b-4846-856f-b9aa8b9b6757/?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": "Philadelphia Flyers",
"amount": 6650.0
},
{
"team": "St Louis Blues",
"amount": 3350.0
}
],
"expected_reward_tokens": 9110.5,
"profit_sb": 110.5,
"profit_sb_percentage": 1.23,
"recommended": true
},
"lines": [
{
"id": "1df7e6fe-232f-417d-ae72-96cd3ffb8d47",
"gambit_id": "79f79257-ac80-4375-a913-e3505988cb73",
"last_updated": "2022-11-09T09:43:00.299580-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Philadelphia Flyers",
"reward": "1.37000",
"odds": "1.42550",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31343b9c-7e4c-41e6-bca1-453859367ce7/?format=api"
},
{
"id": "241dfaf8-a01f-4624-b570-26897f4d4c32",
"gambit_id": "fccb7c65-9989-414e-97e6-2c05932b1a57",
"last_updated": "2022-11-09T09:43:00.300591-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "St Louis Blues",
"reward": "2.72000",
"odds": "2.95000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31343b9c-7e4c-41e6-bca1-453859367ce7/?format=api"
}
]
}