GET /api/bet_types/77ce2800-0c51-4aa7-b91f-4efcab407124/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "77ce2800-0c51-4aa7-b91f-4efcab407124",
"match": "https://api-prod.gambitprofit.com/api/matches/b955f0c2-6d91-4310-973a-abd89f14def5/?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": "Washington Capitals",
"amount": 6811.0
},
{
"team": "Ottawa Senators",
"amount": 3189.0
}
],
"expected_reward_tokens": 9535.11,
"profit_sb": 35.11,
"profit_sb_percentage": 0.37,
"recommended": true
},
"lines": [
{
"id": "2f5ff136-57d0-4326-9793-4db59bb8fe3f",
"gambit_id": "64ce9f6a-4330-4195-83e7-777b53918e3e",
"last_updated": "2022-10-21T21:02:24.819533-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Washington Capitals",
"reward": "1.40000",
"odds": "1.40820",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77ce2800-0c51-4aa7-b91f-4efcab407124/?format=api"
},
{
"id": "f0894daf-c432-4ae4-ad86-fea3711472e4",
"gambit_id": "da1c2310-3b91-4b47-b487-51074f0290fd",
"last_updated": "2022-10-21T21:02:24.818424-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Ottawa Senators",
"reward": "2.99000",
"odds": "3.05000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77ce2800-0c51-4aa7-b91f-4efcab407124/?format=api"
}
]
}