GET /api/bet_types/d0630677-8e83-4b74-b4b0-ab58c828052e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0630677-8e83-4b74-b4b0-ab58c828052e",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd994055-64bd-4db1-ba47-26a355af04ac/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-06T10:13:03.571091-04: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": 5363.0
            },
            {
                "team": "Arsenal",
                "amount": 4637.0
            }
        ],
        "expected_reward_tokens": 13029.97,
        "profit_sb": 3529.97,
        "profit_sb_percentage": 37.16,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 3793.0
            },
            {
                "team": "Arsenal",
                "amount": 3280.0
            },
            {
                "team": "Draw",
                "amount": 2926.0
            }
        ],
        "expected_reward_tokens": 9216.8,
        "profit_sb": -283.2,
        "profit_sb_percentage": -2.98,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc44ec25-9773-4517-bc18-3a9b2cd18d6a",
            "gambit_id": "424c70bf-5f80-4e96-9a05-3eae27558b59",
            "last_updated": "2023-10-09T16:08:19.029248-04:00",
            "created_at": "2023-10-06T10:13:03.588148-04:00",
            "name": "Manchester City",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0630677-8e83-4b74-b4b0-ab58c828052e/?format=api"
        },
        {
            "id": "2d44f8c9-e8ab-43f2-81c8-23cae6f6c542",
            "gambit_id": "62b6a525-3439-42f3-a545-b62e105a0e53",
            "last_updated": "2023-10-09T16:08:19.025681-04:00",
            "created_at": "2023-10-06T10:13:03.583674-04:00",
            "name": "Arsenal",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0630677-8e83-4b74-b4b0-ab58c828052e/?format=api"
        },
        {
            "id": "6f576321-5b56-4d65-9ccd-807a3641556e",
            "gambit_id": "6a657c76-ace5-45b6-9960-0d00da929c84",
            "last_updated": "2023-10-09T16:08:19.022075-04:00",
            "created_at": "2023-10-06T10:13:03.576653-04:00",
            "name": "Draw",
            "reward": "3.15000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0630677-8e83-4b74-b4b0-ab58c828052e/?format=api"
        }
    ]
}