GET /api/bet_types/68ac2281-af8c-4593-b8f5-72f1157565ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "68ac2281-af8c-4593-b8f5-72f1157565ef",
"match": "https://api-prod.gambitprofit.com/api/matches/b24d93de-2add-4f53-8686-902c34f7a8ed/?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": "PHI",
"amount": 5752.0
},
{
"team": "WAS",
"amount": 4248.0
}
],
"expected_reward_tokens": 9260.64,
"profit_sb": 260.64,
"profit_sb_percentage": 2.9,
"recommended": true
},
"lines": [
{
"id": "94620d10-9039-4536-badc-a8c76a4c4e63",
"gambit_id": "418317b5-f3a3-4372-98f1-ddd4cf46f71f",
"last_updated": "2022-08-08T11:47:15.145336-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PHI",
"reward": "1.61000",
"odds": "1.66670",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68ac2281-af8c-4593-b8f5-72f1157565ef/?format=api"
},
{
"id": "a536dee0-15f0-44f4-b739-1b6f0d618b7f",
"gambit_id": "61d53591-1686-4992-a331-9067273b53f1",
"last_updated": "2022-08-08T11:47:15.145864-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "WAS",
"reward": "2.18000",
"odds": "2.30000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68ac2281-af8c-4593-b8f5-72f1157565ef/?format=api"
}
]
}