GET /api/bet_types/e09036c8-ac5b-418e-97bb-efb7883cb342/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e09036c8-ac5b-418e-97bb-efb7883cb342",
"match": "https://api-prod.gambitprofit.com/api/matches/b97371b7-a2b2-4d75-a9f4-b7eaab697b52/?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": "New Mexico State",
"amount": 5000.0
},
{
"team": "Missouri",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "c23250a6-a496-4ddb-87a5-2e7c19fbb415",
"gambit_id": "d682bb56-b5b1-455d-8d2f-f9a270fae6cc",
"last_updated": "2022-11-21T09:53:37.351882-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New Mexico State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "29.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e09036c8-ac5b-418e-97bb-efb7883cb342/?format=api"
},
{
"id": "08a0e8fb-ecdb-4678-96ed-13f4af9f6e2f",
"gambit_id": "4316c74c-4372-4bbb-b1bf-de3d3bcf5cb9",
"last_updated": "2022-11-21T09:53:37.352869-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Missouri",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-29.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e09036c8-ac5b-418e-97bb-efb7883cb342/?format=api"
}
]
}