GET /api/bet_types/128373bc-2437-47e5-87e4-1536838a4f1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "128373bc-2437-47e5-87e4-1536838a4f1f",
"match": "https://api-prod.gambitprofit.com/api/matches/b65f6946-ca11-4459-b8e0-e565f3e61ef5/?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": "Cincinnati Bengals",
"amount": 5110.0
},
{
"team": "Pittsburgh Steelers",
"amount": 4890.0
}
],
"expected_reward_tokens": 9044.7,
"profit_sb": 44.7,
"profit_sb_percentage": 0.5,
"recommended": true
},
"lines": [
{
"id": "7f89163d-4e85-4d58-8dc3-de2490baf421",
"gambit_id": "74c4fc5a-0092-4a73-ac47-e8108977acd3",
"last_updated": "2022-09-12T10:17:27.828713-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Cincinnati Bengals",
"reward": "1.77000",
"odds": "1.86960",
"spread": "-7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/128373bc-2437-47e5-87e4-1536838a4f1f/?format=api"
},
{
"id": "35624834-1849-435c-83d5-1e1f615b0a5b",
"gambit_id": "e22ca2db-25ac-4b95-aea1-4353b3f879b0",
"last_updated": "2022-09-12T10:17:27.829773-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Pittsburgh Steelers",
"reward": "1.85000",
"odds": "1.95240",
"spread": "7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/128373bc-2437-47e5-87e4-1536838a4f1f/?format=api"
}
]
}