GET /api/bet_types/b0661620-7b2b-4015-a1b7-bc95694ae5cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0661620-7b2b-4015-a1b7-bc95694ae5cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc4d76e7-1223-4e01-b7ef-04e6cc453070/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-03T13:07:09.069287-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": 6057.0
            },
            {
                "team": "Draw",
                "amount": 3943.0
            }
        ],
        "expected_reward_tokens": 12537.99,
        "profit_sb": 3037.99,
        "profit_sb_percentage": 31.98,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 4483.0
            },
            {
                "team": "Draw",
                "amount": 2918.0
            },
            {
                "team": "Crystal Palace",
                "amount": 2599.0
            }
        ],
        "expected_reward_tokens": 9278.43,
        "profit_sb": -221.57,
        "profit_sb_percentage": -2.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e35d1c6-7508-4521-b702-18d10a0eeba5",
            "gambit_id": "bf7d827c-4641-4134-bf7f-90cf26723fd2",
            "last_updated": "2023-03-06T12:01:59.020158-05:00",
            "created_at": "2023-03-03T13:07:09.071771-05:00",
            "name": "Aston Villa",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0661620-7b2b-4015-a1b7-bc95694ae5cb/?format=api"
        },
        {
            "id": "d535119e-89b8-440e-a011-00e7d85d2216",
            "gambit_id": "11a65fdf-6030-47c6-94a6-01257b039360",
            "last_updated": "2023-03-06T12:01:59.021286-05:00",
            "created_at": "2023-03-03T13:07:09.073643-05:00",
            "name": "Draw",
            "reward": "3.18000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0661620-7b2b-4015-a1b7-bc95694ae5cb/?format=api"
        },
        {
            "id": "30207200-8715-413b-8c47-b6561ed218e8",
            "gambit_id": "6226b079-53c0-4921-a764-4d9f4ab38651",
            "last_updated": "2023-03-06T12:01:59.019042-05:00",
            "created_at": "2023-03-03T13:07:09.070524-05:00",
            "name": "Crystal Palace",
            "reward": "3.57000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0661620-7b2b-4015-a1b7-bc95694ae5cb/?format=api"
        }
    ]
}