GET /api/bet_types/bbfcfe34-a308-4227-babf-9f6d147946ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "bbfcfe34-a308-4227-babf-9f6d147946ce",
"match": "https://api-prod.gambitprofit.com/api/matches/dcd9f11d-6ec5-4c7a-a7f1-6212b8b43eb5/?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": "Nebraska",
"amount": 5000.0
},
{
"team": "Oklahoma",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "8d4ef8de-8f92-454e-84c6-f99965e18b2c",
"gambit_id": "9e0fd92d-9e54-4b96-9d07-76eeccecaf63",
"last_updated": "2022-09-18T20:47:17.367747-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Nebraska",
"reward": "1.80000",
"odds": "1.90910",
"spread": "10.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbfcfe34-a308-4227-babf-9f6d147946ce/?format=api"
},
{
"id": "f5fc5c5a-bc7f-4efa-8784-3a92ea7de3ac",
"gambit_id": "2f12e746-d968-40b9-9530-d00b75f94939",
"last_updated": "2022-09-18T20:47:17.368726-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Oklahoma",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-10.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbfcfe34-a308-4227-babf-9f6d147946ce/?format=api"
}
]
}