GET /api/bet_types/2f2e8c2d-9087-49a6-9a66-8e6f53c69ade/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2f2e8c2d-9087-49a6-9a66-8e6f53c69ade",
"match": "https://api-prod.gambitprofit.com/api/matches/0fc1f33b-5101-47df-be31-120d77e27c42/?format=api",
"name": "Play the Odds",
"created_at": "2023-10-17T08:58:22.819650-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": "Carolina Hurricanes",
"amount": 5319.0
},
{
"team": "San Jose Sharks",
"amount": 4681.0
}
],
"expected_reward_tokens": 9361.44,
"profit_sb": -138.56,
"profit_sb_percentage": -1.46,
"recommended": false
},
"lines": [
{
"id": "1c8ab22b-7d60-49a3-ad93-6cc47f92d672",
"gambit_id": "93562997-d475-4da6-8494-68abd5a763a5",
"last_updated": "2023-10-18T10:53:27.518496-04:00",
"created_at": "2023-10-17T08:58:22.823761-04:00",
"name": "Carolina Hurricanes",
"reward": "1.76000",
"odds": "1.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f2e8c2d-9087-49a6-9a66-8e6f53c69ade/?format=api"
},
{
"id": "30a6322e-aaef-4aa6-a657-8c8b51c53097",
"gambit_id": "a7060921-7490-44a9-a21d-b6cfdc2930da",
"last_updated": "2023-10-18T10:53:27.521782-04:00",
"created_at": "2023-10-17T08:58:22.827425-04:00",
"name": "San Jose Sharks",
"reward": "2.00000",
"odds": "2.05000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f2e8c2d-9087-49a6-9a66-8e6f53c69ade/?format=api"
}
]
}