GET /api/bet_types/f7948a30-22ce-459d-a0de-e7e6d3d1020f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f7948a30-22ce-459d-a0de-e7e6d3d1020f",
"match": "https://api-prod.gambitprofit.com/api/matches/70dd93c4-e08a-433f-b00b-71493a20704d/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-23T08:33:18.233592-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": "WAS",
"amount": 5939.0
},
{
"team": "NYY",
"amount": 4061.0
}
],
"expected_reward_tokens": 9502.4,
"profit_sb": 2.4,
"profit_sb_percentage": 0.03,
"recommended": true
},
"lines": [
{
"id": "d81784b8-4d43-4c85-a595-859f081dadb2",
"gambit_id": "b14315f6-bfb5-4c42-b11b-b9d5e8b6c76c",
"last_updated": "2023-08-24T13:43:12.158891-04:00",
"created_at": "2023-08-23T08:33:18.236945-04:00",
"name": "WAS",
"reward": "1.60000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7948a30-22ce-459d-a0de-e7e6d3d1020f/?format=api"
},
{
"id": "dc616bd7-a141-44f9-a750-be36c2062177",
"gambit_id": "a416fb02-e02b-4f53-80cf-d10e65927206",
"last_updated": "2023-08-24T13:43:12.162245-04:00",
"created_at": "2023-08-23T08:33:18.241680-04:00",
"name": "NYY",
"reward": "2.34000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7948a30-22ce-459d-a0de-e7e6d3d1020f/?format=api"
}
]
}