GET /api/bet_types/672a798d-9c79-4ec5-aff2-7d39808d190d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "672a798d-9c79-4ec5-aff2-7d39808d190d",
"match": "https://api-prod.gambitprofit.com/api/matches/5082f931-2f69-4fb3-80dc-586a636299ac/?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": "ATL",
"amount": 6427.0
},
{
"team": "NYM",
"amount": 3573.0
}
],
"expected_reward_tokens": 9254.07,
"profit_sb": 254.07,
"profit_sb_percentage": 2.82,
"recommended": true
},
"lines": [
{
"id": "666cc866-2f1a-4481-b3b2-9de200b9c058",
"gambit_id": "99925bd1-64a6-42eb-9263-a2b5977b22a0",
"last_updated": "2022-08-07T10:57:15.858598-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "ATL",
"reward": "1.44000",
"odds": "1.48780",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/672a798d-9c79-4ec5-aff2-7d39808d190d/?format=api"
},
{
"id": "5f74b4b0-f134-44ee-b210-18a9bd0e7477",
"gambit_id": "f8bce8d3-a352-460a-9616-c3a204bb8abc",
"last_updated": "2022-08-07T10:57:15.858020-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYM",
"reward": "2.59000",
"odds": "2.75000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/672a798d-9c79-4ec5-aff2-7d39808d190d/?format=api"
}
]
}