GET /api/bet_types/589ec48a-5ed9-43f0-8641-7042cdad9874/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "589ec48a-5ed9-43f0-8641-7042cdad9874",
"match": "https://api-prod.gambitprofit.com/api/matches/d073f47b-7279-4304-9387-a7d72c9b48b3/?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": "Indianapolis Colts",
"amount": 5000.0
},
{
"team": "Buffalo Bills",
"amount": 5000.0
}
],
"expected_reward_tokens": 9150.0,
"profit_sb": 150.0,
"profit_sb_percentage": 1.67,
"recommended": true
},
"lines": [
{
"id": "83cfca4f-1644-4b24-8340-58a7eaec03ed",
"gambit_id": "97291b4d-a529-481f-82ac-d65e5862f808",
"last_updated": "2022-08-14T13:57:06.383181-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Indianapolis Colts",
"reward": "1.83000",
"odds": "1.90910",
"spread": "-1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/589ec48a-5ed9-43f0-8641-7042cdad9874/?format=api"
},
{
"id": "8e96f8d9-11ff-472b-ad2f-e8a5b1e1a705",
"gambit_id": "ac8fc96a-edf5-40a5-82b7-08771d5256e3",
"last_updated": "2022-08-14T13:57:06.382795-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Buffalo Bills",
"reward": "1.83000",
"odds": "1.90910",
"spread": "1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/589ec48a-5ed9-43f0-8641-7042cdad9874/?format=api"
}
]
}