GET /api/bet_types/459191ea-6b28-42f2-ba6b-166234aa384e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "459191ea-6b28-42f2-ba6b-166234aa384e",
"match": "https://api-prod.gambitprofit.com/api/matches/ec3a6fce-9fc6-4635-ad59-398128681d3a/?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": "TOR",
"amount": 5899.0
},
{
"team": "NYY",
"amount": 4101.0
}
],
"expected_reward_tokens": 9143.45,
"profit_sb": 143.45,
"profit_sb_percentage": 1.59,
"recommended": true
},
"lines": [
{
"id": "67068b6f-0efb-4e33-8c0e-24366912120e",
"gambit_id": "700e7de7-5151-4b5e-883d-d5786b6c53ef",
"last_updated": "2022-09-29T10:37:06.952354-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TOR",
"reward": "1.55000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/459191ea-6b28-42f2-ba6b-166234aa384e/?format=api"
},
{
"id": "8e7bdbfd-d5ce-4d57-a00b-00cc7086035b",
"gambit_id": "91b8ea5c-e75d-44c3-8960-ffdb45ac3bec",
"last_updated": "2022-09-29T10:37:06.953332-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYY",
"reward": "2.23000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/459191ea-6b28-42f2-ba6b-166234aa384e/?format=api"
}
]
}