GET /api/bet_types/5ce08a5c-e135-4f50-a14a-0ae45b024799/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ce08a5c-e135-4f50-a14a-0ae45b024799",
    "match": "https://api-prod.gambitprofit.com/api/matches/03154f87-9df7-4913-b865-1772f5c4da62/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "FC Bayern Munich",
                "amount": 6877.0
            },
            {
                "team": "Inter Milan",
                "amount": 3123.0
            }
        ],
        "expected_reward_tokens": 11553.36,
        "profit_sb": 2553.36,
        "profit_sb_percentage": 28.37,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "FC Bayern Munich",
                "amount": 5299.0
            },
            {
                "team": "Inter Milan",
                "amount": 2406.0
            },
            {
                "team": "Draw",
                "amount": 2295.0
            }
        ],
        "expected_reward_tokens": 8902.2,
        "profit_sb": -97.8,
        "profit_sb_percentage": -1.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d2eca2d-2706-4615-a36a-bb3730105d8e",
            "gambit_id": "e0fae65c-45b4-42bc-9614-1eb603216fa6",
            "last_updated": "2022-09-08T10:56:55.228950-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Bayern Munich",
            "reward": "1.68000",
            "odds": "1.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ce08a5c-e135-4f50-a14a-0ae45b024799/?format=api"
        },
        {
            "id": "36a058c7-f14e-46c0-b7fe-967567e4c65f",
            "gambit_id": "9019e33c-85b0-4830-be90-56000139a49e",
            "last_updated": "2022-09-08T10:56:55.229962-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Inter Milan",
            "reward": "3.70000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ce08a5c-e135-4f50-a14a-0ae45b024799/?format=api"
        },
        {
            "id": "9556282f-d6cf-4da5-8be7-5a01f5e6fa75",
            "gambit_id": "8cbfb186-d088-4544-a49e-6f106e7237c7",
            "last_updated": "2022-09-08T10:56:55.230989-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.88000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ce08a5c-e135-4f50-a14a-0ae45b024799/?format=api"
        }
    ]
}