GET /api/bet_types/20557cfb-38d4-42d7-a422-c2464eb2e595/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "20557cfb-38d4-42d7-a422-c2464eb2e595",
"match": "https://api-prod.gambitprofit.com/api/matches/725fa569-5a39-4ab9-a269-6088358a03f6/?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": "CIN",
"amount": 5906.0
},
{
"team": "MIL",
"amount": 4094.0
}
],
"expected_reward_tokens": 9211.5,
"profit_sb": 211.5,
"profit_sb_percentage": 2.35,
"recommended": true
},
"lines": [
{
"id": "e1315f6a-f234-4aa7-a0cf-7a0871c81bcd",
"gambit_id": "a14fa472-8cfc-4903-912f-b09f59a3c606",
"last_updated": "2022-09-10T21:57:28.580129-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CIN",
"reward": "1.56000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20557cfb-38d4-42d7-a422-c2464eb2e595/?format=api"
},
{
"id": "27dfc4b3-82c1-4ea5-82c7-04b0a14c5f69",
"gambit_id": "a52b0ed1-4df1-460e-9b72-f00d89f1bd8a",
"last_updated": "2022-09-10T21:57:28.579023-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIL",
"reward": "2.25000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20557cfb-38d4-42d7-a422-c2464eb2e595/?format=api"
}
]
}