GET /api/bet_types/251c28f3-a3a2-44cc-9652-8af44ce68909/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "251c28f3-a3a2-44cc-9652-8af44ce68909",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b0a19bc-afd8-4c85-b326-17f19a365c20/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-02T08:28:14.921332-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": "Calgary Flames",
                "amount": 5213.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "06eb2f7d-1e1c-43ea-a32d-941525f37cc4",
            "gambit_id": "a371ec0e-fec4-4ccc-add4-948d50cf6e68",
            "last_updated": "2023-12-04T15:23:34.547774-05:00",
            "created_at": "2023-12-02T08:28:14.929750-05:00",
            "name": "Calgary Flames",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/251c28f3-a3a2-44cc-9652-8af44ce68909/?format=api"
        },
        {
            "id": "72e3805f-163d-49ed-af3f-91c97ecd2ff0",
            "gambit_id": "03aa2aee-50ba-4366-8c6a-1f23c44759ee",
            "last_updated": "2023-12-04T15:23:34.543576-05:00",
            "created_at": "2023-12-02T08:28:14.925459-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/251c28f3-a3a2-44cc-9652-8af44ce68909/?format=api"
        }
    ]
}