GET /api/bet_types/f874f0d6-1930-459f-95e5-71b982a71963/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f874f0d6-1930-459f-95e5-71b982a71963",
"match": "https://api-prod.gambitprofit.com/api/matches/dd99f92a-4c4d-4ab0-aefb-7e49837e8e86/?format=api",
"name": "Play the Odds",
"created_at": "2023-02-09T11:12:02.125901-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": "Philadelphia Flyers",
"amount": 6020.0
},
{
"team": "Edmonton Oilers",
"amount": 3980.0
}
],
"expected_reward_tokens": 9511.6,
"profit_sb": 11.6,
"profit_sb_percentage": 0.12,
"recommended": true
},
"lines": [
{
"id": "9331a8c9-f684-4e0b-9213-ec58cfeacb41",
"gambit_id": "ed1d7077-a5f8-49c3-b684-17c5a695c4d9",
"last_updated": "2023-02-11T23:17:15.615593-05:00",
"created_at": "2023-02-09T11:12:02.127156-05:00",
"name": "Philadelphia Flyers",
"reward": "1.58000",
"odds": "1.60610",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f874f0d6-1930-459f-95e5-71b982a71963/?format=api"
},
{
"id": "55d53c1b-1985-44e6-a461-acd4ee4cacae",
"gambit_id": "ea1fee12-6808-41f5-a712-782a28b51907",
"last_updated": "2023-02-11T23:17:15.616844-05:00",
"created_at": "2023-02-09T11:12:02.128578-05:00",
"name": "Edmonton Oilers",
"reward": "2.39000",
"odds": "2.45000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f874f0d6-1930-459f-95e5-71b982a71963/?format=api"
}
]
}