GET /api/bet_types/d788cdb3-a81c-4521-9532-eea2851a1eb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d788cdb3-a81c-4521-9532-eea2851a1eb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/496a1d08-4132-4261-8d26-7ac481679b25/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-08T10:48:05.599008-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 6209.0
            },
            {
                "team": "Newcastle United",
                "amount": 3791.0
            }
        ],
        "expected_reward_tokens": 12169.11,
        "profit_sb": 2669.11,
        "profit_sb_percentage": 28.1,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 4697.0
            },
            {
                "team": "Newcastle United",
                "amount": 2868.0
            },
            {
                "team": "Draw",
                "amount": 2435.0
            }
        ],
        "expected_reward_tokens": 9204.3,
        "profit_sb": -295.7,
        "profit_sb_percentage": -3.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "197e3a49-3fac-4f44-a3b4-6a3ff56122f6",
            "gambit_id": "90b8c606-0512-4e0f-bd90-ca287828578f",
            "last_updated": "2023-12-12T10:33:15.039004-05:00",
            "created_at": "2023-12-08T10:48:05.611671-05:00",
            "name": "Tottenham",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d788cdb3-a81c-4521-9532-eea2851a1eb9/?format=api"
        },
        {
            "id": "2d14368f-32c1-4fc1-95f2-ea8acfb8e743",
            "gambit_id": "c99a543b-9e4e-45cd-ab50-3e3718db565b",
            "last_updated": "2023-12-12T10:33:15.031003-05:00",
            "created_at": "2023-12-08T10:48:05.603098-05:00",
            "name": "Newcastle United",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d788cdb3-a81c-4521-9532-eea2851a1eb9/?format=api"
        },
        {
            "id": "7a091779-7cf6-4bdf-bc0d-85ec4c5b466b",
            "gambit_id": "c09c9391-0d47-4599-abe9-10bc7d8c48f5",
            "last_updated": "2023-12-12T10:33:15.034624-05:00",
            "created_at": "2023-12-08T10:48:05.607236-05:00",
            "name": "Draw",
            "reward": "3.78000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d788cdb3-a81c-4521-9532-eea2851a1eb9/?format=api"
        }
    ]
}