GET /api/bet_types/331d0bfd-943f-430d-9234-4ca5f6b3620f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "331d0bfd-943f-430d-9234-4ca5f6b3620f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b763118b-c37a-4426-87b1-17457032cbb6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-12T08:22:01.926643-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": "Minnesota Wild",
                "amount": 5098.0
            },
            {
                "team": "New York Islanders",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "d451934b-1d62-494c-bdd8-fd243f6eec1a",
            "gambit_id": "d099a442-11fb-469b-aaf1-ad055606735c",
            "last_updated": "2023-01-13T11:47:21.219855-05:00",
            "created_at": "2023-01-12T08:22:01.927744-05:00",
            "name": "Minnesota Wild",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/331d0bfd-943f-430d-9234-4ca5f6b3620f/?format=api"
        },
        {
            "id": "ac147f0e-591d-4c29-ad59-7bb2178e4dfd",
            "gambit_id": "5383cc2c-af2b-4269-9018-72e27eaacc5f",
            "last_updated": "2023-01-13T11:47:21.220976-05:00",
            "created_at": "2023-01-12T08:22:01.928929-05:00",
            "name": "New York Islanders",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/331d0bfd-943f-430d-9234-4ca5f6b3620f/?format=api"
        }
    ]
}