GET /api/bet_types/3b764c7f-b7f2-45f0-9c88-b3ac429a28f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3b764c7f-b7f2-45f0-9c88-b3ac429a28f5",
"match": "https://api-prod.gambitprofit.com/api/matches/53f852b4-5ea1-42cb-85c4-548cff108f06/?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": "STL",
"amount": 5313.0
},
{
"team": "ATL",
"amount": 4687.0
}
],
"expected_reward_tokens": 9138.36,
"profit_sb": 138.36,
"profit_sb_percentage": 1.54,
"recommended": true
},
"lines": [
{
"id": "c7493ee4-8f21-4e10-9d46-42ef31f2fcaf",
"gambit_id": "f099a9ff-436d-4b0d-bc15-dd4c26abb1f8",
"last_updated": "2022-08-27T12:21:56.762843-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "STL",
"reward": "1.72000",
"odds": "1.80000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b764c7f-b7f2-45f0-9c88-b3ac429a28f5/?format=api"
},
{
"id": "415b4661-f007-4c63-986a-cd2f38f4862e",
"gambit_id": "c9430d51-4162-47a6-b5aa-70c24b321051",
"last_updated": "2022-08-27T12:21:56.763262-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "ATL",
"reward": "1.95000",
"odds": "2.05000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b764c7f-b7f2-45f0-9c88-b3ac429a28f5/?format=api"
}
]
}