GET /api/bet_types/1bfcd689-95e3-4f76-ae6c-46a89fe09087/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1bfcd689-95e3-4f76-ae6c-46a89fe09087",
"match": "https://api-prod.gambitprofit.com/api/matches/e95d4e76-c862-4278-b3af-6e0ca7c1a144/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-27T09:07:22.785355-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": "Philadelphia 76ers",
"amount": 5000.0
},
{
"team": "Denver Nuggets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "f8c99014-b639-41b3-8d80-6b0c73b2dafb",
"gambit_id": "edbef91b-9ec2-4db5-842c-ecf401bf9376",
"last_updated": "2023-03-28T11:06:55.953565-04:00",
"created_at": "2023-03-27T09:07:22.788671-04:00",
"name": "Philadelphia 76ers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bfcd689-95e3-4f76-ae6c-46a89fe09087/?format=api"
},
{
"id": "53f472ee-f56a-4ffc-ab96-61f41e45e887",
"gambit_id": "17029b00-e1b7-47c5-8783-22cd81dc09b4",
"last_updated": "2023-03-28T11:06:55.950796-04:00",
"created_at": "2023-03-27T09:07:22.786898-04:00",
"name": "Denver Nuggets",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bfcd689-95e3-4f76-ae6c-46a89fe09087/?format=api"
}
]
}