GET /api/bet_types/a1575d3c-1e1a-4fd9-8cb4-368f2a726e22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a1575d3c-1e1a-4fd9-8cb4-368f2a726e22",
"match": "https://api-prod.gambitprofit.com/api/matches/b9f6f21c-fccd-4fcc-a512-0a1a57a57994/?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": "Los Angeles Chargers",
"amount": 5000.0
},
{
"team": "Tennessee Titans",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "1960d64c-29cd-40be-9b6c-96527952076a",
"gambit_id": "03bc5a62-f534-4de8-aa71-c303d6677bb5",
"last_updated": "2022-12-19T13:32:08.462884-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Los Angeles Chargers",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1575d3c-1e1a-4fd9-8cb4-368f2a726e22/?format=api"
},
{
"id": "f885101d-6b43-4c4d-a21d-e56667939f73",
"gambit_id": "1ba301c2-7bc1-4799-8fe4-22ab3ab82387",
"last_updated": "2022-12-19T13:32:08.463948-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tennessee Titans",
"reward": "1.80000",
"odds": "1.90910",
"spread": "3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1575d3c-1e1a-4fd9-8cb4-368f2a726e22/?format=api"
}
]
}