GET /api/bet_types/256f11fa-e5c7-424c-8960-41d997af0484/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "256f11fa-e5c7-424c-8960-41d997af0484",
"match": "https://api-prod.gambitprofit.com/api/matches/23d2b41e-9728-4815-b565-d31580288f49/?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": "Detroit Red Wings",
"amount": 6170.0
},
{
"team": "Carolina Hurricanes",
"amount": 3830.0
}
],
"expected_reward_tokens": 9192.0,
"profit_sb": 192.0,
"profit_sb_percentage": 2.13,
"recommended": true
},
"lines": [
{
"id": "d9f1d2b6-6907-4136-a684-952c4efbbbe4",
"gambit_id": "77b9d1c1-e901-42bc-8b12-d4a5efe7ce05",
"last_updated": "2022-12-14T10:17:17.538055-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Detroit Red Wings",
"reward": "1.49000",
"odds": "1.55560",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/256f11fa-e5c7-424c-8960-41d997af0484/?format=api"
},
{
"id": "5aa6f51d-ed3b-4738-8021-d808df77f6b5",
"gambit_id": "82937203-70f9-4a9f-b41a-5a3e2e1d2b20",
"last_updated": "2022-12-14T10:17:17.539423-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Carolina Hurricanes",
"reward": "2.40000",
"odds": "2.60000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/256f11fa-e5c7-424c-8960-41d997af0484/?format=api"
}
]
}