GET /api/bet_types/c5de00e2-2b05-4832-b7f6-c480ab00c478/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c5de00e2-2b05-4832-b7f6-c480ab00c478",
"match": "https://api-prod.gambitprofit.com/api/matches/621fe429-b491-48b0-bf5a-f2bcea836497/?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": "Texas",
"amount": 8369.0
},
{
"team": "Iowa State",
"amount": 1631.0
}
],
"expected_reward_tokens": 9540.66,
"profit_sb": 40.66,
"profit_sb_percentage": 0.43,
"recommended": true
},
"lines": [
{
"id": "914baaad-9fdd-4725-95e0-29f0f8c438ca",
"gambit_id": "e4c7e26e-64a0-40fe-8d09-e36f60d361ac",
"last_updated": "2022-10-16T15:07:12.102363-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Texas",
"reward": "1.14000",
"odds": "1.14290",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5de00e2-2b05-4832-b7f6-c480ab00c478/?format=api"
},
{
"id": "03c39f81-1954-4882-aa26-087dec8e5391",
"gambit_id": "74bc4048-1c44-44ac-8107-a035edc5414d",
"last_updated": "2022-10-16T15:07:12.103318-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Iowa State",
"reward": "5.85000",
"odds": "6.00000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5de00e2-2b05-4832-b7f6-c480ab00c478/?format=api"
}
]
}