GET /api/bet_types/a3a2d1e4-86dc-44c0-bf3b-4efdcc2e6d1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3a2d1e4-86dc-44c0-bf3b-4efdcc2e6d1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9de2c8b-1fad-4f59-b859-c905c83f1d78/?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": "Wolverhampton Wanderers",
                "amount": 6071.0
            },
            {
                "team": "Draw",
                "amount": 3929.0
            }
        ],
        "expected_reward_tokens": 12140.61,
        "profit_sb": 3140.61,
        "profit_sb_percentage": 34.9,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Wolverhampton Wanderers",
                "amount": 4393.0
            },
            {
                "team": "Draw",
                "amount": 2844.0
            },
            {
                "team": "Fulham",
                "amount": 2763.0
            }
        ],
        "expected_reward_tokens": 8786.0,
        "profit_sb": -214.0,
        "profit_sb_percentage": -2.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb725e85-44be-4876-8b1b-6ae1a9758f37",
            "gambit_id": "174e70e6-2658-4e2b-ad4f-e93f3542fcac",
            "last_updated": "2022-08-14T14:02:03.926164-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3a2d1e4-86dc-44c0-bf3b-4efdcc2e6d1c/?format=api"
        },
        {
            "id": "9b9dfc2c-05be-4aaf-8506-cd2686818ec5",
            "gambit_id": "383b7b80-85a5-488f-8ee5-0c7a4b2bf30b",
            "last_updated": "2022-08-14T14:02:03.926613-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.09000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3a2d1e4-86dc-44c0-bf3b-4efdcc2e6d1c/?format=api"
        },
        {
            "id": "4161b738-1058-47fa-a737-873a0d9a0dee",
            "gambit_id": "37aff89a-6c11-4fe3-abb6-c53e7a34bfa7",
            "last_updated": "2022-08-14T14:02:03.925701-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fulham",
            "reward": "3.18000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3a2d1e4-86dc-44c0-bf3b-4efdcc2e6d1c/?format=api"
        }
    ]
}