GET /api/bet_types/75655554-942c-4eb5-bf5e-7c5d84c7a3cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75655554-942c-4eb5-bf5e-7c5d84c7a3cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/ead42329-3cef-4b13-8934-0718f33b1acf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-01T19:28:12.517998-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 5858.0
            },
            {
                "team": "Bournemouth",
                "amount": 4142.0
            }
        ],
        "expected_reward_tokens": 12301.74,
        "profit_sb": 2801.74,
        "profit_sb_percentage": 29.49,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 4408.0
            },
            {
                "team": "Bournemouth",
                "amount": 3117.0
            },
            {
                "team": "Draw",
                "amount": 2475.0
            }
        ],
        "expected_reward_tokens": 9256.5,
        "profit_sb": -243.5,
        "profit_sb_percentage": -2.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "2958cfe9-1605-4270-8214-a399af4aa671",
            "gambit_id": "77a67a2f-7d44-491d-bdce-1f770f990545",
            "last_updated": "2023-12-05T21:18:18.000675-05:00",
            "created_at": "2023-12-01T19:28:12.530160-05:00",
            "name": "Aston Villa",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75655554-942c-4eb5-bf5e-7c5d84c7a3cd/?format=api"
        },
        {
            "id": "bb40a81d-c682-41ac-b8c4-a0e06540489b",
            "gambit_id": "817bea1d-90df-426f-936f-60678c830f75",
            "last_updated": "2023-12-05T21:18:17.997384-05:00",
            "created_at": "2023-12-01T19:28:12.526322-05:00",
            "name": "Bournemouth",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75655554-942c-4eb5-bf5e-7c5d84c7a3cd/?format=api"
        },
        {
            "id": "c5b560d1-5355-489c-b9eb-1cc8eb38e030",
            "gambit_id": "43d5a9fd-9415-4906-8bbd-ba5cdad719f8",
            "last_updated": "2023-12-05T21:18:17.993417-05:00",
            "created_at": "2023-12-01T19:28:12.522071-05:00",
            "name": "Draw",
            "reward": "3.74000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75655554-942c-4eb5-bf5e-7c5d84c7a3cd/?format=api"
        }
    ]
}