GET /api/bet_types/5c53496f-e0cc-4881-97dd-2be89ec09d7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5c53496f-e0cc-4881-97dd-2be89ec09d7b",
"match": "https://api-prod.gambitprofit.com/api/matches/c3fe914a-9c16-49f8-bd36-a8976d9d3abc/?format=api",
"name": "Pick the Winner",
"created_at": "2023-09-20T09:58:14.312828-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": "Cleveland Browns",
"amount": 6232.0
},
{
"team": "Tennessee Titans",
"amount": 3768.0
}
],
"expected_reward_tokens": 9533.04,
"profit_sb": 33.04,
"profit_sb_percentage": 0.35,
"recommended": true
},
"lines": [
{
"id": "61f8e63b-1d53-4926-9942-3ef86e72c40a",
"gambit_id": "15547e64-d411-4999-a820-556912421c6a",
"last_updated": "2023-09-26T09:08:31.694981-04:00",
"created_at": "2023-09-20T09:58:14.323298-04:00",
"name": "Cleveland Browns",
"reward": "1.53000",
"odds": "1.55560",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c53496f-e0cc-4881-97dd-2be89ec09d7b/?format=api"
},
{
"id": "a3a1df90-8c5a-4d53-9b30-96b7302649c6",
"gambit_id": "f8d76be4-fe08-467a-a224-808ba30651b4",
"last_updated": "2023-09-26T09:08:31.691439-04:00",
"created_at": "2023-09-20T09:58:14.318560-04:00",
"name": "Tennessee Titans",
"reward": "2.53000",
"odds": "2.60000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c53496f-e0cc-4881-97dd-2be89ec09d7b/?format=api"
}
]
}