GET /api/bet_types/7547424b-d9e0-4153-be01-bfcd0a4b343d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7547424b-d9e0-4153-be01-bfcd0a4b343d",
"match": "https://api-prod.gambitprofit.com/api/matches/d60170c8-5ce9-4300-ab74-92ea040b399a/?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": "Washington Wizards",
"amount": 5000.0
},
{
"team": "Brooklyn Nets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "1b7a88db-4f8e-4c16-bc6e-6bc73a3dbd17",
"gambit_id": "a371920f-dcc5-455d-94c6-22e0c859ca23",
"last_updated": "2022-12-13T10:02:35.219656-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Washington Wizards",
"reward": "1.80000",
"odds": "1.90910",
"spread": "6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7547424b-d9e0-4153-be01-bfcd0a4b343d/?format=api"
},
{
"id": "8436aeb1-6496-4c22-b639-f48d7d8e54e8",
"gambit_id": "36b595b3-4113-49b5-bb88-a92bd231efaf",
"last_updated": "2022-12-13T10:02:35.220751-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Brooklyn Nets",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7547424b-d9e0-4153-be01-bfcd0a4b343d/?format=api"
}
]
}