GET /api/bet_types/a26ef32e-dbab-440d-bf68-670d06eadb41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a26ef32e-dbab-440d-bf68-670d06eadb41",
"match": "https://api-prod.gambitprofit.com/api/matches/3a5283ff-adfc-4b2b-b1f2-70c36ed88559/?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": "Chicago Blackhawks",
"amount": 5492.0
},
{
"team": "Edmonton Oilers",
"amount": 4508.0
}
],
"expected_reward_tokens": 9061.08,
"profit_sb": 61.08,
"profit_sb_percentage": 0.68,
"recommended": true
},
"lines": [
{
"id": "670a9173-8f51-423d-bd08-37052aeed393",
"gambit_id": "f34a43f5-7d39-4e78-8cbb-b86df976ccef",
"last_updated": "2022-12-01T16:22:24.870661-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Chicago Blackhawks",
"reward": "1.65000",
"odds": "1.74070",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a26ef32e-dbab-440d-bf68-670d06eadb41/?format=api"
},
{
"id": "e3e0dbdd-f584-404e-b823-4ee7c07e3e19",
"gambit_id": "f1e869ba-43f9-4888-9615-02441502d2b4",
"last_updated": "2022-12-01T16:22:24.871841-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Edmonton Oilers",
"reward": "2.01000",
"odds": "2.15000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a26ef32e-dbab-440d-bf68-670d06eadb41/?format=api"
}
]
}