GET /api/bet_types/1acac6ca-3b40-4698-be28-61836b4eae66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1acac6ca-3b40-4698-be28-61836b4eae66",
"match": "https://api-prod.gambitprofit.com/api/matches/93d0b012-ddc8-4db0-9ef7-7adf64658581/?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": "MIN",
"amount": 6114.0
},
{
"team": "CWS",
"amount": 3886.0
}
],
"expected_reward_tokens": 9170.96,
"profit_sb": 170.96,
"profit_sb_percentage": 1.9,
"recommended": true
},
"lines": [
{
"id": "43efd701-8e0c-420e-a404-1b52c6ba17a9",
"gambit_id": "3f541195-91e2-41e8-9bcf-3e8881e86500",
"last_updated": "2022-09-30T09:52:28.809204-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIN",
"reward": "1.50000",
"odds": "1.57140",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1acac6ca-3b40-4698-be28-61836b4eae66/?format=api"
},
{
"id": "935a73a8-f53c-4ee5-8e4f-af403c39f943",
"gambit_id": "66758986-90dc-4fdf-81bc-a4ffdb4c4468",
"last_updated": "2022-09-30T09:52:28.810204-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CWS",
"reward": "2.36000",
"odds": "2.55000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1acac6ca-3b40-4698-be28-61836b4eae66/?format=api"
}
]
}