GET /api/bet_types/32f802db-4331-4f9d-99c7-a1b844899690/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "32f802db-4331-4f9d-99c7-a1b844899690",
"match": "https://api-prod.gambitprofit.com/api/matches/a2da3630-94f6-425f-9b2b-5d357262fe22/?format=api",
"name": "Play the Odds",
"created_at": "2023-10-30T08:58:10.964383-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": "Anaheim Ducks",
"amount": 5319.0
},
{
"team": "Pittsburgh Penguins",
"amount": 4681.0
}
],
"expected_reward_tokens": 9361.44,
"profit_sb": -138.56,
"profit_sb_percentage": -1.46,
"recommended": false
},
"lines": [
{
"id": "22e37439-fe09-4e76-be9a-dbb0a68efc43",
"gambit_id": "f73b2ca1-26bc-4e26-a1d7-ab463099b845",
"last_updated": "2023-10-31T19:48:04.307423-04:00",
"created_at": "2023-10-30T08:58:10.967823-04:00",
"name": "Anaheim Ducks",
"reward": "1.76000",
"odds": "1.80000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32f802db-4331-4f9d-99c7-a1b844899690/?format=api"
},
{
"id": "0b95a291-7722-4e85-b386-8ad8e1062786",
"gambit_id": "d80bf19f-af7b-4cf9-8c19-54302a5bac0a",
"last_updated": "2023-10-31T19:48:04.310985-04:00",
"created_at": "2023-10-30T08:58:10.972354-04:00",
"name": "Pittsburgh Penguins",
"reward": "2.00000",
"odds": "2.05000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32f802db-4331-4f9d-99c7-a1b844899690/?format=api"
}
]
}