GET /api/bet_types/53811fbf-ca71-4dce-af3d-e96b29e78500/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53811fbf-ca71-4dce-af3d-e96b29e78500",
    "match": "https://api-prod.gambitprofit.com/api/matches/91e3c272-ffbf-4303-b46c-926f4133adf9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-28T12:36:58.775726-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": "Tampa Bay Lightning",
                "amount": 6025.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "a63387cb-69fd-4e12-8774-9309ed73ee49",
            "gambit_id": "783029ea-eac3-41d3-a40d-f2f59169789c",
            "last_updated": "2023-03-01T09:52:13.535842-05:00",
            "created_at": "2023-02-28T12:36:58.776997-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53811fbf-ca71-4dce-af3d-e96b29e78500/?format=api"
        },
        {
            "id": "177cf879-1402-40be-9899-f5392ba32937",
            "gambit_id": "42090f39-3b9c-467a-91ef-206bc17f642f",
            "last_updated": "2023-03-01T09:52:13.537014-05:00",
            "created_at": "2023-02-28T12:36:58.778328-05:00",
            "name": "Florida Panthers",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53811fbf-ca71-4dce-af3d-e96b29e78500/?format=api"
        }
    ]
}