GET /api/bet_types/029d803c-7f77-4318-a587-7365956090f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "029d803c-7f77-4318-a587-7365956090f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/2688671a-6f1c-4549-96e5-44dde8d39de9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T11:46:59.207868-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 7212.0
            },
            {
                "team": "Draw",
                "amount": 2788.0
            }
        ],
        "expected_reward_tokens": 11178.6,
        "profit_sb": 1678.6,
        "profit_sb_percentage": 17.67,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 6014.0
            },
            {
                "team": "Draw",
                "amount": 2325.0
            },
            {
                "team": "Leicester City",
                "amount": 1662.0
            }
        ],
        "expected_reward_tokens": 9321.7,
        "profit_sb": -178.3,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "868398f4-424f-48f7-bfc4-ad6c8bd03d4a",
            "gambit_id": "4b551b70-4fdb-449b-ae6c-d3ba6e2bb520",
            "last_updated": "2023-02-26T11:57:00.657583-05:00",
            "created_at": "2023-02-23T11:46:59.209146-05:00",
            "name": "Arsenal",
            "reward": "1.55000",
            "odds": "1.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/029d803c-7f77-4318-a587-7365956090f8/?format=api"
        },
        {
            "id": "b8592c4a-86ad-4cb0-bae9-21e38a782ca2",
            "gambit_id": "92851d16-896f-4dcc-9cc8-f6cf5afd721e",
            "last_updated": "2023-02-26T11:57:00.659674-05:00",
            "created_at": "2023-02-23T11:46:59.211882-05:00",
            "name": "Draw",
            "reward": "4.01000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/029d803c-7f77-4318-a587-7365956090f8/?format=api"
        },
        {
            "id": "5b62a972-ee4c-4c9a-a76e-d350508ce4da",
            "gambit_id": "766b8791-4ee4-451f-8f54-df7135a2a386",
            "last_updated": "2023-02-26T11:57:00.658638-05:00",
            "created_at": "2023-02-23T11:46:59.210406-05:00",
            "name": "Leicester City",
            "reward": "5.61000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/029d803c-7f77-4318-a587-7365956090f8/?format=api"
        }
    ]
}