GET /api/bet_types/7bb18d40-d502-4aa3-85e3-5df076dff2c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7bb18d40-d502-4aa3-85e3-5df076dff2c2",
"match": "https://api-prod.gambitprofit.com/api/matches/7310108b-24eb-4321-913f-8c29bfa5635d/?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": "Fresno State",
"amount": 5096.0
},
{
"team": "Oregon State",
"amount": 4904.0
}
],
"expected_reward_tokens": 9070.88,
"profit_sb": 70.88,
"profit_sb_percentage": 0.79,
"recommended": true
},
"lines": [
{
"id": "9bf0fd57-9238-4659-af37-b336e46b61f0",
"gambit_id": "a1e09e6f-79ee-473f-a5dd-f577b172c12f",
"last_updated": "2022-09-11T09:47:39.430257-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Fresno State",
"reward": "1.78000",
"odds": "1.86960",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bb18d40-d502-4aa3-85e3-5df076dff2c2/?format=api"
},
{
"id": "10f933e4-3eb7-4e16-a95a-e795536a3d29",
"gambit_id": "7a6cf54e-4484-4e40-9a9d-74a9336116cb",
"last_updated": "2022-09-11T09:47:39.431236-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Oregon State",
"reward": "1.85000",
"odds": "1.95240",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bb18d40-d502-4aa3-85e3-5df076dff2c2/?format=api"
}
]
}