GET /api/bet_types/d25cc72a-4c0d-4dd2-a270-22835a3ab641/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d25cc72a-4c0d-4dd2-a270-22835a3ab641",
"match": "https://api-prod.gambitprofit.com/api/matches/43128974-d519-42b5-a13d-d6ccaedfb6e2/?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": "San Jose Sharks",
"amount": 6047.0
},
{
"team": "Los Angeles Kings",
"amount": 3953.0
}
],
"expected_reward_tokens": 9130.97,
"profit_sb": 130.97,
"profit_sb_percentage": 1.46,
"recommended": true
},
"lines": [
{
"id": "823e0eb6-0b01-45da-a7bb-2858ec078c1b",
"gambit_id": "adbdf861-2c1e-4b4f-893e-ee2b12881cc9",
"last_updated": "2022-12-19T10:37:30.433731-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "San Jose Sharks",
"reward": "1.51000",
"odds": "1.58820",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d25cc72a-4c0d-4dd2-a270-22835a3ab641/?format=api"
},
{
"id": "4bd4ba18-5267-49dc-ab0c-cfa22febfcdc",
"gambit_id": "c44ce6a1-fe94-4f36-83a2-7b57d35ccfd0",
"last_updated": "2022-12-19T10:37:30.432556-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Los Angeles Kings",
"reward": "2.31000",
"odds": "2.50000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d25cc72a-4c0d-4dd2-a270-22835a3ab641/?format=api"
}
]
}