GET /api/bet_types/f924d338-7ccd-4f97-97b6-d0607d13aa14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f924d338-7ccd-4f97-97b6-d0607d13aa14",
    "match": "https://api-prod.gambitprofit.com/api/matches/9edaf142-2237-4037-8cce-2a96b162eab9/?format=api",
    "name": "Pick the Winner",
    "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": "Colorado Avalanche",
                "amount": 5208.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "eec676e9-738d-4f61-ba73-729fe6d99264",
            "gambit_id": "695e2195-14d9-43ba-aa07-e86477ebb789",
            "last_updated": "2022-12-12T19:02:23.251560-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f924d338-7ccd-4f97-97b6-d0607d13aa14/?format=api"
        },
        {
            "id": "88080893-7424-448e-9a3d-0d9571658ee2",
            "gambit_id": "91bb6e98-27a7-4e27-b865-70824d3cfdd3",
            "last_updated": "2022-12-12T19:02:23.250060-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f924d338-7ccd-4f97-97b6-d0607d13aa14/?format=api"
        }
    ]
}