GET /api/bet_types/6c7dbc43-0fc5-43e5-8f8b-b760ee778320/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6c7dbc43-0fc5-43e5-8f8b-b760ee778320",
"match": "https://api-prod.gambitprofit.com/api/matches/607b992a-4556-4670-8479-f7aca9846961/?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": "St Louis Blues",
"amount": 6691.0
},
{
"team": "Nashville Predators",
"amount": 3309.0
}
],
"expected_reward_tokens": 9099.75,
"profit_sb": 99.75,
"profit_sb_percentage": 1.11,
"recommended": true
},
"lines": [
{
"id": "d8e26237-b030-47bc-9b25-18bd95daa350",
"gambit_id": "852da3fe-5463-4cc5-84f2-0e05bb458512",
"last_updated": "2022-12-13T10:07:01.522677-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "St Louis Blues",
"reward": "1.36000",
"odds": "1.41670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c7dbc43-0fc5-43e5-8f8b-b760ee778320/?format=api"
},
{
"id": "979f3d0a-e799-4c1f-ad46-cc9391b1dbd7",
"gambit_id": "50923bb2-d487-4309-a5ea-dbffe2211dd9",
"last_updated": "2022-12-13T10:07:01.523945-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Nashville Predators",
"reward": "2.75000",
"odds": "3.00000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c7dbc43-0fc5-43e5-8f8b-b760ee778320/?format=api"
}
]
}