GET /api/bet_types/66e81442-188b-40ed-becf-4b210f32455e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "66e81442-188b-40ed-becf-4b210f32455e",
"match": "https://api-prod.gambitprofit.com/api/matches/60f2cc85-83b5-4df7-a7e6-a826fd443a79/?format=api",
"name": "Pick the Winner",
"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": "Denver Broncos",
"amount": 7937.0
},
{
"team": "Houston Texans",
"amount": 2063.0
}
],
"expected_reward_tokens": 9283.5,
"profit_sb": 283.5,
"profit_sb_percentage": 3.15,
"recommended": true
},
"lines": [
{
"id": "2066004a-cbf8-43e4-a4ba-2b7c18cfb62c",
"gambit_id": "0740dfde-c83a-4133-9a79-a14eafe803bc",
"last_updated": "2022-09-19T10:21:57.219054-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Denver Broncos",
"reward": "1.17000",
"odds": "1.18870",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66e81442-188b-40ed-becf-4b210f32455e/?format=api"
},
{
"id": "79c18a33-f138-4f30-b95a-b6a431df0248",
"gambit_id": "46c15894-18c6-4ff3-a83a-3e9cc4d3c8f7",
"last_updated": "2022-09-19T10:21:57.220053-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Houston Texans",
"reward": "4.50000",
"odds": "5.00000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66e81442-188b-40ed-becf-4b210f32455e/?format=api"
}
]
}