GET /api/bet_types/493dd7d5-664f-4362-a9af-1c2338f0248a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "493dd7d5-664f-4362-a9af-1c2338f0248a",
"match": "https://api-prod.gambitprofit.com/api/matches/b57cbe24-1282-42c1-b6ee-724f8d543d86/?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": "Utah Jazz",
"amount": 5000.0
},
{
"team": "New Orleans Pelicans",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "3f4b6cd9-a2e4-45b7-9c41-91cba7292df9",
"gambit_id": "cc1355a5-e8cb-4e97-af5a-d6b550b5ff18",
"last_updated": "2022-12-17T09:42:15.911909-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Utah Jazz",
"reward": "1.80000",
"odds": "1.90910",
"spread": "1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/493dd7d5-664f-4362-a9af-1c2338f0248a/?format=api"
},
{
"id": "7f70e52d-14b8-47ba-97db-3fff6f75d0ae",
"gambit_id": "a83b78d1-3bc9-4d61-ae3e-c784ea4b48ea",
"last_updated": "2022-12-17T09:42:15.912986-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New Orleans Pelicans",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/493dd7d5-664f-4362-a9af-1c2338f0248a/?format=api"
}
]
}