GET /api/bet_types/74c0830f-1724-4b21-a98e-274d78150ad1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "74c0830f-1724-4b21-a98e-274d78150ad1",
"match": "https://api-prod.gambitprofit.com/api/matches/5e374cef-5128-44b6-a48a-5d7916ceb0ac/?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": "TEX",
"amount": 6173.0
},
{
"team": "NYY",
"amount": 3827.0
}
],
"expected_reward_tokens": 9567.5,
"profit_sb": 67.5,
"profit_sb_percentage": 0.71,
"recommended": true
},
"lines": [
{
"id": "a340ec4d-3e43-4aff-b61e-e2823c6d301e",
"gambit_id": "74e595d6-f9e7-4eac-8851-1380ed16548b",
"last_updated": "2022-10-05T07:06:53.053288-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TEX",
"reward": "1.55000",
"odds": "1.57140",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74c0830f-1724-4b21-a98e-274d78150ad1/?format=api"
},
{
"id": "932e0b71-dd80-4d65-a8f0-a78e55086726",
"gambit_id": "3cdce88f-6b57-4523-944e-dec57d3af4de",
"last_updated": "2022-10-05T07:06:53.054294-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYY",
"reward": "2.50000",
"odds": "2.55000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74c0830f-1724-4b21-a98e-274d78150ad1/?format=api"
}
]
}