GET /api/bet_types/ac19e210-6301-4077-b9c1-497b1312f122/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ac19e210-6301-4077-b9c1-497b1312f122",
"match": "https://api-prod.gambitprofit.com/api/matches/b63d950d-f46e-4659-9add-01a953222c36/?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": "Purdue",
"amount": 5000.0
},
{
"team": "Penn State",
"amount": 5000.0
}
],
"expected_reward_tokens": 9150.0,
"profit_sb": 150.0,
"profit_sb_percentage": 1.67,
"recommended": true
},
"lines": [
{
"id": "be4a45f8-6183-436b-8384-ff2eaf76299f",
"gambit_id": "c7c55f17-0549-4100-951f-3c76604456f1",
"last_updated": "2022-09-02T09:22:18.189524-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Purdue",
"reward": "1.83000",
"odds": "1.90910",
"spread": "3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac19e210-6301-4077-b9c1-497b1312f122/?format=api"
},
{
"id": "4de7e6eb-fdad-44b5-9a0c-a45aed6c5ae7",
"gambit_id": "963346c9-6846-41f1-8188-6bcfe5a458c2",
"last_updated": "2022-09-02T09:22:18.190050-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Penn State",
"reward": "1.83000",
"odds": "1.90910",
"spread": "-3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac19e210-6301-4077-b9c1-497b1312f122/?format=api"
}
]
}