GET /api/bet_types/bf944346-cdfe-46f7-8c37-1ce366f62568/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "bf944346-cdfe-46f7-8c37-1ce366f62568",
"match": "https://api-prod.gambitprofit.com/api/matches/98e8521c-b3c6-4641-a4b0-c44b2c4677cf/?format=api",
"name": "Play the Odds",
"created_at": "2023-12-30T10:43:13.776893-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": "Toronto Raptors",
"amount": 5000.0
},
{
"team": "Detroit Pistons",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "d290cbe5-60a9-4bcf-b6a2-a2f6673a4d80",
"gambit_id": "b3cfe605-8131-4644-8e65-09980f71a5ec",
"last_updated": "2024-01-01T13:28:21.546079-05:00",
"created_at": "2023-12-30T10:43:13.781304-05:00",
"name": "Toronto Raptors",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-4.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf944346-cdfe-46f7-8c37-1ce366f62568/?format=api"
},
{
"id": "4eb11a4c-f40b-4623-905f-395293c1f11f",
"gambit_id": "02e1b59e-f757-4e1b-acc7-6c6f879083a2",
"last_updated": "2024-01-01T13:28:21.549612-05:00",
"created_at": "2023-12-30T10:43:13.785815-05:00",
"name": "Detroit Pistons",
"reward": "1.87000",
"odds": "1.90910",
"spread": "4.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf944346-cdfe-46f7-8c37-1ce366f62568/?format=api"
}
]
}