GET /api/bet_types/5bebcf28-e506-4548-9dc4-410ffc6665f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bebcf28-e506-4548-9dc4-410ffc6665f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/d02e0d0e-f973-4cdc-9508-13d49ed81e18/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Minnesota United FC",
                "amount": 6993.0
            },
            {
                "team": "Vancouver Whitecaps FC",
                "amount": 3007.0
            }
        ],
        "expected_reward_tokens": 11817.51,
        "profit_sb": 2317.51,
        "profit_sb_percentage": 24.39,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Minnesota United FC",
                "amount": 5443.0
            },
            {
                "team": "Vancouver Whitecaps FC",
                "amount": 2341.0
            },
            {
                "team": "Draw",
                "amount": 2217.0
            }
        ],
        "expected_reward_tokens": 9198.67,
        "profit_sb": -301.33,
        "profit_sb_percentage": -3.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "507a3d68-64dd-432e-89df-67a72a4b021c",
            "gambit_id": "0720598c-5b79-4be1-a078-04c581100ff9",
            "last_updated": "2022-10-11T12:17:02.693174-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota United FC",
            "reward": "1.69000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bebcf28-e506-4548-9dc4-410ffc6665f3/?format=api"
        },
        {
            "id": "771ee25d-9303-47fe-907b-77077a44aa5a",
            "gambit_id": "5452a288-935b-4854-a013-f5ad28d56ecf",
            "last_updated": "2022-10-11T12:17:02.692196-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Whitecaps FC",
            "reward": "3.93000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bebcf28-e506-4548-9dc4-410ffc6665f3/?format=api"
        },
        {
            "id": "790cc578-6af5-4084-b46f-06808d9d51fe",
            "gambit_id": "56ee7f44-9580-418f-875b-85e91ac41415",
            "last_updated": "2022-10-11T12:17:02.694183-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.15000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bebcf28-e506-4548-9dc4-410ffc6665f3/?format=api"
        }
    ]
}