GET /api/bet_types/f070070a-cd22-42fb-9b23-71fb6179f365/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f070070a-cd22-42fb-9b23-71fb6179f365",
"match": "https://api-prod.gambitprofit.com/api/matches/03382cdf-010c-4de2-b92a-e272901e2226/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-20T08:43:02.741230-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": "BOS",
"amount": 6449.0
},
{
"team": "NYY",
"amount": 3551.0
}
],
"expected_reward_tokens": 9480.03,
"profit_sb": -19.97,
"profit_sb_percentage": -0.21,
"recommended": false
},
"lines": [
{
"id": "e3128695-a184-4b53-a04f-add88be787e0",
"gambit_id": "2ac434c5-857d-42a8-903b-edb1f2e82a21",
"last_updated": "2023-08-21T19:43:20.253668-04:00",
"created_at": "2023-08-20T08:43:02.747168-04:00",
"name": "BOS",
"reward": "1.47000",
"odds": "1.48780",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f070070a-cd22-42fb-9b23-71fb6179f365/?format=api"
},
{
"id": "7e74d821-ae4e-4652-92c6-27ce168f8631",
"gambit_id": "afbb4e7c-8e69-4a8b-b396-bd86601e2723",
"last_updated": "2023-08-21T19:43:20.257268-04:00",
"created_at": "2023-08-20T08:43:02.752023-04:00",
"name": "NYY",
"reward": "2.67000",
"odds": "2.75000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f070070a-cd22-42fb-9b23-71fb6179f365/?format=api"
}
]
}