GET /api/bet_types/f33d2779-0e34-4ea3-8a73-24582d7641c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f33d2779-0e34-4ea3-8a73-24582d7641c4",
"match": "https://api-prod.gambitprofit.com/api/matches/4388ef00-c979-439f-a934-7f3addb72c36/?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": "COL",
"amount": 5323.0
},
{
"team": "CWS",
"amount": 4677.0
}
],
"expected_reward_tokens": 9260.46,
"profit_sb": 260.46,
"profit_sb_percentage": 2.89,
"recommended": true
},
"lines": [
{
"id": "9cb4dca0-5df2-45a7-9d21-9f2e7c2ca784",
"gambit_id": "a8f52a22-0929-4c1e-90ed-9d2f848e27e8",
"last_updated": "2022-09-14T10:12:05.267400-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "COL",
"reward": "1.74000",
"odds": "1.83330",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f33d2779-0e34-4ea3-8a73-24582d7641c4/?format=api"
},
{
"id": "9f43ffa5-3cbe-4f61-b5db-ce284da0031a",
"gambit_id": "36cb6939-f467-4f5e-a519-8025d2d6f38c",
"last_updated": "2022-09-14T10:12:05.266345-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CWS",
"reward": "1.98000",
"odds": "2.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f33d2779-0e34-4ea3-8a73-24582d7641c4/?format=api"
}
]
}