GET /api/bet_types/82c88c1f-7c58-4c14-8752-0549a9a2fef6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "82c88c1f-7c58-4c14-8752-0549a9a2fef6",
"match": "https://api-prod.gambitprofit.com/api/matches/c72a9542-6546-490b-90dd-d95e834e236d/?format=api",
"name": "Pick the Winner",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": true,
"name": "High Risk",
"bet": [
{
"team": "Clemson",
"amount": 10000
}
],
"expected_reward_tokens": 10300.0,
"profit_sb": 1300.0,
"profit_sb_percentage": 14.44,
"recommended": true
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "Clemson",
"amount": 9145.0
},
{
"team": "Georgia Tech",
"amount": 855.0
}
],
"expected_reward_tokens": 9413.55,
"profit_sb": 413.55,
"profit_sb_percentage": 4.6,
"recommended": true
},
"lines": [
{
"id": "e83d3d70-2b81-4efd-b2cd-d600842d0605",
"gambit_id": "406fe1a2-1b3b-486a-9f9f-10c2c6952d36",
"last_updated": "2022-09-06T10:07:09.441984-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Clemson",
"reward": "1.03000",
"odds": "1.03330",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82c88c1f-7c58-4c14-8752-0549a9a2fef6/?format=api"
},
{
"id": "3e56cbb9-8a1e-47d3-ab58-d5bf66458f94",
"gambit_id": "28d94e2a-0a19-4647-9c97-b0559d6f237d",
"last_updated": "2022-09-06T10:07:09.440997-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Georgia Tech",
"reward": "11.01000",
"odds": "12.00000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82c88c1f-7c58-4c14-8752-0549a9a2fef6/?format=api"
}
]
}