GET /api/bet_types/2f82ed72-93e5-4842-bc68-bee6c17b8c55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f82ed72-93e5-4842-bc68-bee6c17b8c55",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f153529-9ddb-490b-8a45-e6e26acbd5d9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T23:37:54.865921-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 8589.0
            },
            {
                "team": "Draw",
                "amount": 1411.0
            }
        ],
        "expected_reward_tokens": 9877.0,
        "profit_sb": 377.0,
        "profit_sb_percentage": 3.97,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 8149.0
            },
            {
                "team": "Draw",
                "amount": 1339.0
            },
            {
                "team": "Crystal Palace",
                "amount": 513.0
            }
        ],
        "expected_reward_tokens": 9371.35,
        "profit_sb": -128.65,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "9672ffc6-3cbf-494a-85ba-22defbd1aabf",
            "gambit_id": "aa602428-a5e8-4e32-afe6-7be6577e71e0",
            "last_updated": "2023-12-19T10:18:19.897325-05:00",
            "created_at": "2023-12-15T23:37:54.875615-05:00",
            "name": "Manchester City",
            "reward": "1.15000",
            "odds": "1.16000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f82ed72-93e5-4842-bc68-bee6c17b8c55/?format=api"
        },
        {
            "id": "2a92cb15-6f3b-49bd-bdd9-03cdbecafb7b",
            "gambit_id": "83e40aff-b686-4d6f-9ce2-0ed42529511f",
            "last_updated": "2023-12-19T10:18:19.901163-05:00",
            "created_at": "2023-12-15T23:37:54.880581-05:00",
            "name": "Draw",
            "reward": "7.00000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f82ed72-93e5-4842-bc68-bee6c17b8c55/?format=api"
        },
        {
            "id": "2160c1a8-1b0c-49ab-858f-4a6c252d6fed",
            "gambit_id": "6b6c8dff-29a7-4510-ac55-e46c8539a6e8",
            "last_updated": "2023-12-19T10:18:19.905156-05:00",
            "created_at": "2023-12-15T23:37:54.885108-05:00",
            "name": "Crystal Palace",
            "reward": "18.28000",
            "odds": "19.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f82ed72-93e5-4842-bc68-bee6c17b8c55/?format=api"
        }
    ]
}