GET /api/bet_types/4e65a1eb-2789-4337-a921-0696698a2403/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4e65a1eb-2789-4337-a921-0696698a2403",
"match": "https://api-prod.gambitprofit.com/api/matches/0ee8462c-2d4c-4473-86be-858dae579dc8/?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": "Minnesota",
"amount": 7372.0
},
{
"team": "Purdue",
"amount": 2628.0
}
],
"expected_reward_tokens": 9434.52,
"profit_sb": 434.52,
"profit_sb_percentage": 4.83,
"recommended": true
},
"lines": [
{
"id": "ee50f410-f8ef-42ac-8a9e-d51343f377c7",
"gambit_id": "0128c6b3-fc45-4c8b-93b5-b273206a0920",
"last_updated": "2022-10-02T15:17:25.028051-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Minnesota",
"reward": "1.28000",
"odds": "1.29410",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e65a1eb-2789-4337-a921-0696698a2403/?format=api"
},
{
"id": "158238db-b380-4ee8-8eff-807b1f748e80",
"gambit_id": "c1660939-dca7-47b6-b7e2-2dc8a8a598a1",
"last_updated": "2022-10-02T15:17:25.029025-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Purdue",
"reward": "3.59000",
"odds": "3.75000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e65a1eb-2789-4337-a921-0696698a2403/?format=api"
}
]
}