GET /api/bet_types/f881028f-c796-483b-93e3-c24fb6804a33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f881028f-c796-483b-93e3-c24fb6804a33",
"match": "https://api-prod.gambitprofit.com/api/matches/aa8c4b0a-fede-4f47-951b-5d7504ca628d/?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": "Seattle Kraken",
"amount": 6336.0
},
{
"team": "Washington Capitals",
"amount": 3664.0
}
],
"expected_reward_tokens": 9123.36,
"profit_sb": 123.36,
"profit_sb_percentage": 1.37,
"recommended": true
},
"lines": [
{
"id": "72987c2f-b1bf-48a9-bd5e-644ef935f3b9",
"gambit_id": "bda4627d-d864-483f-872f-fa769db5ee1d",
"last_updated": "2022-12-10T18:52:00.564847-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Seattle Kraken",
"reward": "1.44000",
"odds": "1.50000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f881028f-c796-483b-93e3-c24fb6804a33/?format=api"
},
{
"id": "544bb9a8-2245-4aed-ab38-27508040b4ee",
"gambit_id": "3896f765-ff78-464d-9a41-e8bdbaf120c7",
"last_updated": "2022-12-10T18:52:00.563746-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Washington Capitals",
"reward": "2.49000",
"odds": "2.70000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f881028f-c796-483b-93e3-c24fb6804a33/?format=api"
}
]
}