GET /api/bet_types/bf2d4332-9969-4e52-b29b-a21fcff35d2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf2d4332-9969-4e52-b29b-a21fcff35d2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1efba1fb-a7ea-4e54-919c-eeb97b3fb761/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-27T10:17:02.483300-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": "Boston Bruins",
                "amount": 5316.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0e8dcb4-914f-4c66-bd61-e99934830bcb",
            "gambit_id": "f1992676-b0da-4ce7-af31-37ea436471b8",
            "last_updated": "2023-02-28T12:37:09.217462-05:00",
            "created_at": "2023-02-27T10:17:02.485669-05:00",
            "name": "Boston Bruins",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf2d4332-9969-4e52-b29b-a21fcff35d2d/?format=api"
        },
        {
            "id": "b1372638-be40-4330-bf33-6f69e098c76f",
            "gambit_id": "d7548f9d-6914-4a89-a3d3-1433eb5aed0a",
            "last_updated": "2023-02-28T12:37:09.216327-05:00",
            "created_at": "2023-02-27T10:17:02.484462-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf2d4332-9969-4e52-b29b-a21fcff35d2d/?format=api"
        }
    ]
}