GET /api/bet_types/3227ff2a-8ddc-44bc-ab8f-9d7a9bdc2900/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3227ff2a-8ddc-44bc-ab8f-9d7a9bdc2900",
    "match": "https://api-prod.gambitprofit.com/api/matches/ebbcd5bb-576b-4264-94a7-933bbb60079f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-03T13:07:10.229693-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Leicester City",
                "amount": 5048.0
            },
            {
                "team": "Southampton",
                "amount": 4952.0
            }
        ],
        "expected_reward_tokens": 13122.8,
        "profit_sb": 3622.8,
        "profit_sb_percentage": 38.13,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Leicester City",
                "amount": 3573.0
            },
            {
                "team": "Southampton",
                "amount": 3506.0
            },
            {
                "team": "Draw",
                "amount": 2921.0
            }
        ],
        "expected_reward_tokens": 9288.78,
        "profit_sb": -211.22,
        "profit_sb_percentage": -2.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc7156d0-d147-4072-8e3d-a2c901df9d6a",
            "gambit_id": "54992cd1-21a0-4ce5-af8d-dddeebddbc72",
            "last_updated": "2023-03-06T12:01:57.906374-05:00",
            "created_at": "2023-03-03T13:07:10.230884-05:00",
            "name": "Leicester City",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3227ff2a-8ddc-44bc-ab8f-9d7a9bdc2900/?format=api"
        },
        {
            "id": "ed7469a6-6b57-4459-a80c-a017dc2faa0e",
            "gambit_id": "47e95d82-b210-488c-88db-c126b22a7b86",
            "last_updated": "2023-03-06T12:01:57.907522-05:00",
            "created_at": "2023-03-03T13:07:10.232130-05:00",
            "name": "Southampton",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3227ff2a-8ddc-44bc-ab8f-9d7a9bdc2900/?format=api"
        },
        {
            "id": "942fc01c-7129-463f-822b-400363529109",
            "gambit_id": "e66aeaa4-a854-4f5f-903d-dcf862bc4144",
            "last_updated": "2023-03-06T12:01:57.908616-05:00",
            "created_at": "2023-03-03T13:07:10.233401-05:00",
            "name": "Draw",
            "reward": "3.18000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3227ff2a-8ddc-44bc-ab8f-9d7a9bdc2900/?format=api"
        }
    ]
}