GET /api/bet_types/6c3ed941-c3f2-4a1b-b1f8-8b3dd0191a07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6c3ed941-c3f2-4a1b-b1f8-8b3dd0191a07",
"match": "https://api-prod.gambitprofit.com/api/matches/80c08a0c-a31f-409d-9ce1-1173166d7142/?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": "North Carolina",
"amount": 5000.0
},
{
"team": "Virginia",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "72d7460f-ef61-4ca6-a484-098de02fdfbf",
"gambit_id": "dc354de6-8193-4086-ab98-d1f76cb63900",
"last_updated": "2022-11-06T08:22:41.216313-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "North Carolina",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c3ed941-c3f2-4a1b-b1f8-8b3dd0191a07/?format=api"
},
{
"id": "006cf4b9-d094-43c4-910e-3c680b6adcbf",
"gambit_id": "61f0fe7d-3262-4286-a203-0ffb387d704f",
"last_updated": "2022-11-06T08:22:41.215337-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Virginia",
"reward": "1.80000",
"odds": "1.90910",
"spread": "7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c3ed941-c3f2-4a1b-b1f8-8b3dd0191a07/?format=api"
}
]
}