GET /api/bet_types/78a6cc2c-b475-4e9d-91f6-b02c4e054f25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "78a6cc2c-b475-4e9d-91f6-b02c4e054f25",
"match": "https://api-prod.gambitprofit.com/api/matches/d2202c59-9fa7-4a3c-9844-3e070efbd481/?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": "Florida Atlantic",
"amount": 5000.0
},
{
"team": "Western Kentucky",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "85aeca54-1573-4cf0-9cca-0d765de2b932",
"gambit_id": "1697631d-0c28-4396-9fbe-967903b1d25c",
"last_updated": "2022-11-28T10:12:10.443588-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Florida Atlantic",
"reward": "1.80000",
"odds": "1.90910",
"spread": "7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78a6cc2c-b475-4e9d-91f6-b02c4e054f25/?format=api"
},
{
"id": "20a53d5b-f981-4e6c-b42e-553789ca65f5",
"gambit_id": "fb366f3d-35a4-4e76-ab36-bf8ca9f9a25e",
"last_updated": "2022-11-28T10:12:10.444610-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Western Kentucky",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78a6cc2c-b475-4e9d-91f6-b02c4e054f25/?format=api"
}
]
}