GET /api/bet_types/a36d3b26-f4c0-4538-8215-4b2787cd3259/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a36d3b26-f4c0-4538-8215-4b2787cd3259",
    "match": "https://api-prod.gambitprofit.com/api/matches/903f20fc-f593-41fc-a753-1e33f423cec3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-07T09:48:20.046906-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": "Vancouver Canucks",
                "amount": 5107.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "83db5e5c-2e51-4819-8cd1-4c7ff626ad87",
            "gambit_id": "b0df269f-08f7-45da-a251-efdcc7d474c3",
            "last_updated": "2023-12-08T21:08:05.417533-05:00",
            "created_at": "2023-12-07T09:48:20.056544-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a36d3b26-f4c0-4538-8215-4b2787cd3259/?format=api"
        },
        {
            "id": "a824792b-f98c-4c51-9337-e8c91f49fa73",
            "gambit_id": "55c5a22c-29a3-4318-8cae-f4d77ef1d8f5",
            "last_updated": "2023-12-08T21:08:05.414215-05:00",
            "created_at": "2023-12-07T09:48:20.051762-05:00",
            "name": "Minnesota Wild",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a36d3b26-f4c0-4538-8215-4b2787cd3259/?format=api"
        }
    ]
}