GET /api/bet_types/a27ab02e-3b07-4de7-b96a-66e551634740/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a27ab02e-3b07-4de7-b96a-66e551634740",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8b27f04-3b1a-472b-a56e-f601f5af5197/?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": "Borussia Dortmund",
                "amount": 5830.0
            },
            {
                "team": "Sevilla",
                "amount": 4170.0
            }
        ],
        "expected_reward_tokens": 12884.3,
        "profit_sb": 3384.3,
        "profit_sb_percentage": 35.62,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Borussia Dortmund",
                "amount": 4204.0
            },
            {
                "team": "Sevilla",
                "amount": 3007.0
            },
            {
                "team": "Draw",
                "amount": 2790.0
            }
        ],
        "expected_reward_tokens": 9290.7,
        "profit_sb": -209.3,
        "profit_sb_percentage": -2.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "6042f286-690c-49cb-838e-af82023d3b62",
            "gambit_id": "93382265-7098-4246-8072-2a8a8d2b7a96",
            "last_updated": "2022-10-07T09:02:10.535695-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Borussia Dortmund",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a27ab02e-3b07-4de7-b96a-66e551634740/?format=api"
        },
        {
            "id": "46c1532b-2598-4a40-b9e0-4f6d8e56e38a",
            "gambit_id": "0eb8b72a-48ca-488e-bad0-b4fd888f9fcb",
            "last_updated": "2022-10-07T09:02:10.536787-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sevilla",
            "reward": "3.09000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a27ab02e-3b07-4de7-b96a-66e551634740/?format=api"
        },
        {
            "id": "6238a9db-8da9-40ae-abef-fa37128bb381",
            "gambit_id": "d7759c45-169e-4256-aeae-442287c1f9cf",
            "last_updated": "2022-10-07T09:02:10.537842-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.33000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a27ab02e-3b07-4de7-b96a-66e551634740/?format=api"
        }
    ]
}