GET /api/bet_types/07e3a2f3-82d4-4dec-8467-bd5819496497/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "07e3a2f3-82d4-4dec-8467-bd5819496497",
"match": "https://api-prod.gambitprofit.com/api/matches/d3b38d96-173a-46f8-bac5-bc4e75755d53/?format=api",
"name": "Play the Odds",
"created_at": "2023-01-17T09:27:13.628108-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": "Denver Nuggets",
"amount": 5000.0
},
{
"team": "Portland Trail Blazers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9450.0,
"profit_sb": -50.0,
"profit_sb_percentage": -0.53,
"recommended": false
},
"lines": [
{
"id": "cd76fd2b-f796-4a7a-a0e5-10aa9152d57f",
"gambit_id": "6f98b9ae-6a9a-4455-a434-de6a06b437b7",
"last_updated": "2023-01-18T09:26:55.414130-05:00",
"created_at": "2023-01-17T09:27:13.629728-05:00",
"name": "Denver Nuggets",
"reward": "1.89000",
"odds": "1.90910",
"spread": "-5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07e3a2f3-82d4-4dec-8467-bd5819496497/?format=api"
},
{
"id": "7296bdc9-680e-4e8e-8f0c-329fe4044d5d",
"gambit_id": "3bf3af6a-3402-4a9f-b01b-0766a6dcdd57",
"last_updated": "2023-01-18T09:26:55.416557-05:00",
"created_at": "2023-01-17T09:27:13.631643-05:00",
"name": "Portland Trail Blazers",
"reward": "1.89000",
"odds": "1.90910",
"spread": "5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07e3a2f3-82d4-4dec-8467-bd5819496497/?format=api"
}
]
}