GET /api/bet_types/de8420e8-0660-49b3-9526-5f26a0fe151f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "de8420e8-0660-49b3-9526-5f26a0fe151f",
"match": "https://api-prod.gambitprofit.com/api/matches/2e8d540d-f9d7-4197-9424-8a0b63caa873/?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": "Georgia Southern",
"amount": 5000.0
},
{
"team": "Old Dominion",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "e75c28ef-e41f-497d-be77-d20177e57bf9",
"gambit_id": "67c6580b-d255-4259-abea-3b5d1a035fc8",
"last_updated": "2022-10-23T19:37:03.832957-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Georgia Southern",
"reward": "1.88000",
"odds": "1.90910",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de8420e8-0660-49b3-9526-5f26a0fe151f/?format=api"
},
{
"id": "92defc97-b55a-4eeb-86b0-61b159ca0bb3",
"gambit_id": "dd363488-1818-4f37-9203-9b18ef0e8986",
"last_updated": "2022-10-23T19:37:03.831758-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Old Dominion",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de8420e8-0660-49b3-9526-5f26a0fe151f/?format=api"
}
]
}