GET /api/bet_types/cb3f1989-586e-458b-85b0-5444d0d4c6d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "cb3f1989-586e-458b-85b0-5444d0d4c6d1",
"match": "https://api-prod.gambitprofit.com/api/matches/caf49349-be9a-4a77-b92f-b26c06c27fb4/?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": "Detroit Lions",
"amount": 5000.0
},
{
"team": "Indianapolis Colts",
"amount": 5000.0
}
],
"expected_reward_tokens": 9150.0,
"profit_sb": 150.0,
"profit_sb_percentage": 1.67,
"recommended": true
},
"lines": [
{
"id": "63608f9a-b598-4194-b3d2-01315e872eca",
"gambit_id": "7dfd5922-c1e3-4bb8-95ca-d19afc4c09f5",
"last_updated": "2022-08-21T12:57:09.598360-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Detroit Lions",
"reward": "1.83000",
"odds": "1.90910",
"spread": "-1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb3f1989-586e-458b-85b0-5444d0d4c6d1/?format=api"
},
{
"id": "1ffc15be-dd10-4395-a63a-0dbaa8609722",
"gambit_id": "70ad31bc-4d94-4239-8dcb-4ca42f527f6e",
"last_updated": "2022-08-21T12:57:09.597858-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Indianapolis Colts",
"reward": "1.83000",
"odds": "1.90910",
"spread": "1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb3f1989-586e-458b-85b0-5444d0d4c6d1/?format=api"
}
]
}