GET /api/bet_types/36dfb56c-e071-4fb1-bc1b-513dcc445d4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "36dfb56c-e071-4fb1-bc1b-513dcc445d4c",
"match": "https://api-prod.gambitprofit.com/api/matches/ebfd56da-411b-49ea-8246-399ee2af1f6c/?format=api",
"name": "Play the Odds",
"created_at": "2023-06-09T09:53:06.015926-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": "Denver Nuggets",
"amount": 5000.0
},
{
"team": "Miami Heat",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "83750e65-479a-4848-8dc0-3602a184f075",
"gambit_id": "aff5bb16-6b06-4200-9f6e-902811c69a29",
"last_updated": "2023-06-12T10:48:17.293601-04:00",
"created_at": "2023-06-09T09:53:06.017927-04:00",
"name": "Denver Nuggets",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36dfb56c-e071-4fb1-bc1b-513dcc445d4c/?format=api"
},
{
"id": "36b2daeb-9548-4254-a893-c65018829051",
"gambit_id": "6066aac6-2719-4556-879a-6252aec9154d",
"last_updated": "2023-06-12T10:48:17.296407-04:00",
"created_at": "2023-06-09T09:53:06.019923-04:00",
"name": "Miami Heat",
"reward": "1.87000",
"odds": "1.90910",
"spread": "3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36dfb56c-e071-4fb1-bc1b-513dcc445d4c/?format=api"
}
]
}