GET /api/bet_types/b3db7166-f8b1-4862-b5cf-764c113ee3bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b3db7166-f8b1-4862-b5cf-764c113ee3bf",
"match": "https://api-prod.gambitprofit.com/api/matches/8cf49580-3331-4774-9e3f-42f258a34117/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-03T15:01:53.745107-04: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": "SDG",
"amount": 5421.0
},
{
"team": "CIN",
"amount": 4579.0
}
],
"expected_reward_tokens": 9432.54,
"profit_sb": -67.46,
"profit_sb_percentage": -0.71,
"recommended": false
},
"lines": [
{
"id": "417a4751-d3c9-483a-95cb-b10b9debdd3e",
"gambit_id": "ba555bdf-c1a1-4b60-bf13-b04f9afa3f50",
"last_updated": "2023-05-04T11:01:56.851007-04:00",
"created_at": "2023-05-03T15:01:53.746460-04:00",
"name": "SDG",
"reward": "1.74000",
"odds": "1.76920",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3db7166-f8b1-4862-b5cf-764c113ee3bf/?format=api"
},
{
"id": "020b9e02-a6d2-4c3a-902c-513538bb0b1b",
"gambit_id": "b0971101-798c-4471-9f71-1e63ed438a05",
"last_updated": "2023-05-04T11:01:56.852828-04:00",
"created_at": "2023-05-03T15:01:53.747798-04:00",
"name": "CIN",
"reward": "2.06000",
"odds": "2.10000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3db7166-f8b1-4862-b5cf-764c113ee3bf/?format=api"
}
]
}