GET /api/bet_types/ee4b41db-4563-488e-b2cb-37aea6a703f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee4b41db-4563-488e-b2cb-37aea6a703f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e05ff05-23c9-48ef-9faa-2ed55d925be1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:56:54.360246-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 6192.0
            },
            {
                "team": "Draw",
                "amount": 3808.0
            }
        ],
        "expected_reward_tokens": 12755.52,
        "profit_sb": 3255.52,
        "profit_sb_percentage": 34.27,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 4485.0
            },
            {
                "team": "Draw",
                "amount": 2758.0
            },
            {
                "team": "Liverpool",
                "amount": 2758.0
            }
        ],
        "expected_reward_tokens": 9239.1,
        "profit_sb": -260.9,
        "profit_sb_percentage": -2.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "be57512a-3af5-4399-bf6b-43cc66877cdf",
            "gambit_id": "db522994-5224-4804-a875-259fc97edd3f",
            "last_updated": "2023-04-05T22:52:09.140973-04:00",
            "created_at": "2023-04-04T09:56:54.364089-04:00",
            "name": "Chelsea",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee4b41db-4563-488e-b2cb-37aea6a703f0/?format=api"
        },
        {
            "id": "f0ce36e8-5733-428f-9e92-5a9dedd523df",
            "gambit_id": "5980dc4e-3c12-456d-9a92-ec703e981781",
            "last_updated": "2023-04-05T22:52:09.139291-04:00",
            "created_at": "2023-04-04T09:56:54.362790-04:00",
            "name": "Draw",
            "reward": "3.35000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee4b41db-4563-488e-b2cb-37aea6a703f0/?format=api"
        },
        {
            "id": "e42b8c9f-da00-4be3-8497-ff3caa6fb295",
            "gambit_id": "a2aa4cf9-6562-46c1-90ab-1ea2aaa1162c",
            "last_updated": "2023-04-05T22:52:09.137140-04:00",
            "created_at": "2023-04-04T09:56:54.361512-04:00",
            "name": "Liverpool",
            "reward": "3.35000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee4b41db-4563-488e-b2cb-37aea6a703f0/?format=api"
        }
    ]
}