GET /api/bet_types/9eb1ef96-f2e8-4a1c-8424-604b3a8988bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9eb1ef96-f2e8-4a1c-8424-604b3a8988bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/b53b96b7-1f81-40c1-9150-4236c5970e61/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-16T17:37:20.052781-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brentford",
                "amount": 6667.0
            },
            {
                "team": "Draw",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 12132.12,
        "profit_sb": 2632.12,
        "profit_sb_percentage": 27.71,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brentford",
                "amount": 5079.0
            },
            {
                "team": "Draw",
                "amount": 2539.0
            },
            {
                "team": "Leicester City",
                "amount": 2382.0
            }
        ],
        "expected_reward_tokens": 9241.96,
        "profit_sb": -258.04,
        "profit_sb_percentage": -2.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "76d82f7c-bb44-423e-83a1-816983e970ad",
            "gambit_id": "4dc0cf3a-4728-43f5-af4d-0c79f2715e2f",
            "last_updated": "2023-03-20T10:01:56.233734-04:00",
            "created_at": "2023-03-16T17:37:20.056062-04:00",
            "name": "Brentford",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9eb1ef96-f2e8-4a1c-8424-604b3a8988bf/?format=api"
        },
        {
            "id": "5f6f97c9-5636-4589-b38f-503626b50c79",
            "gambit_id": "1d254424-521e-40b8-afff-c82a7a085f53",
            "last_updated": "2023-03-20T10:01:56.236850-04:00",
            "created_at": "2023-03-16T17:37:20.057602-04:00",
            "name": "Draw",
            "reward": "3.64000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9eb1ef96-f2e8-4a1c-8424-604b3a8988bf/?format=api"
        },
        {
            "id": "4d28f8cc-e1b6-4e29-bf5f-5c1d72a07ff4",
            "gambit_id": "5e51144a-83f5-4458-b96d-58a995e6a5f7",
            "last_updated": "2023-03-20T10:01:56.231304-04:00",
            "created_at": "2023-03-16T17:37:20.054473-04:00",
            "name": "Leicester City",
            "reward": "3.88000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9eb1ef96-f2e8-4a1c-8424-604b3a8988bf/?format=api"
        }
    ]
}