GET /api/bet_types/2e314412-841d-41fb-9411-1f7bd9a256fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e314412-841d-41fb-9411-1f7bd9a256fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c465e49-0cc5-488e-b465-eb0a0ac38547/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-31T11:02:22.409310-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": 7055.0
            },
            {
                "team": "Draw",
                "amount": 2945.0
            }
        ],
        "expected_reward_tokens": 11426.6,
        "profit_sb": 1926.6,
        "profit_sb_percentage": 20.28,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 5707.0
            },
            {
                "team": "Draw",
                "amount": 2383.0
            },
            {
                "team": "Liverpool",
                "amount": 1910.0
            }
        ],
        "expected_reward_tokens": 9244.4,
        "profit_sb": -255.6,
        "profit_sb_percentage": -2.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6f1991c-22bf-43a9-9c0e-d57d5d2bc2c5",
            "gambit_id": "97650ba4-041d-4219-ac25-14b1bb03ecb8",
            "last_updated": "2023-04-03T10:32:14.375100-04:00",
            "created_at": "2023-03-31T11:02:22.413323-04:00",
            "name": "Manchester City",
            "reward": "1.62000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e314412-841d-41fb-9411-1f7bd9a256fb/?format=api"
        },
        {
            "id": "a07e56ed-16ce-420e-8001-04e50d901a65",
            "gambit_id": "e15815a7-13b4-4d5f-93c2-8dac2d8873ea",
            "last_updated": "2023-04-03T10:32:14.377426-04:00",
            "created_at": "2023-03-31T11:02:22.415169-04:00",
            "name": "Draw",
            "reward": "3.88000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e314412-841d-41fb-9411-1f7bd9a256fb/?format=api"
        },
        {
            "id": "0602b851-4eaf-4b39-b8d7-0c65c68bd40f",
            "gambit_id": "2907e61a-0533-4914-bbb1-8f9276c72f24",
            "last_updated": "2023-04-03T10:32:14.372430-04:00",
            "created_at": "2023-03-31T11:02:22.411197-04:00",
            "name": "Liverpool",
            "reward": "4.84000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e314412-841d-41fb-9411-1f7bd9a256fb/?format=api"
        }
    ]
}