GET /api/bet_types/b089252e-777d-4c13-a3a2-00b1e6518971/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b089252e-777d-4c13-a3a2-00b1e6518971",
"match": "https://api-prod.gambitprofit.com/api/matches/5bc99a65-7228-4b36-8386-8f4d1bafafd3/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-27T09:07:22.929891-04: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": "Minnesota Timberwolves",
"amount": 5000.0
},
{
"team": "Sacramento Kings",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "f2c1dbdd-1628-4654-8e91-acdade67d271",
"gambit_id": "ffed45c5-4266-42b8-8e4d-27fa361f8514",
"last_updated": "2023-03-28T11:01:57.351567-04:00",
"created_at": "2023-03-27T09:07:22.933457-04:00",
"name": "Minnesota Timberwolves",
"reward": "1.87000",
"odds": "1.90910",
"spread": "7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b089252e-777d-4c13-a3a2-00b1e6518971/?format=api"
},
{
"id": "cbbdde42-063a-40f9-8967-7517c72bc058",
"gambit_id": "ebf19c30-2b05-4fbe-8cc2-3ed1e8655c81",
"last_updated": "2023-03-28T11:01:57.348526-04:00",
"created_at": "2023-03-27T09:07:22.931582-04:00",
"name": "Sacramento Kings",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b089252e-777d-4c13-a3a2-00b1e6518971/?format=api"
}
]
}