GET /api/bet_types/5e18e02b-f7d1-46d8-8579-5e65258ebf76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e18e02b-f7d1-46d8-8579-5e65258ebf76",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2b61264-b124-4f96-b01d-96d6cfb7507e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-28T12:36:59.077708-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Memphis Grizzlies",
                "amount": 7660.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 2340.0
            }
        ],
        "expected_reward_tokens": 9498.4,
        "profit_sb": -1.6,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "634af2ee-ccc3-4aac-9938-48e6ef3d36cd",
            "gambit_id": "19f91a27-5937-4473-bda6-0a6876baecca",
            "last_updated": "2023-03-01T09:42:13.254384-05:00",
            "created_at": "2023-02-28T12:36:59.079123-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e18e02b-f7d1-46d8-8579-5e65258ebf76/?format=api"
        },
        {
            "id": "5ebdf97d-1d6a-48f4-a70a-33f3779d2c99",
            "gambit_id": "b62864cd-75b5-4858-88e2-1c85bd2044c2",
            "last_updated": "2023-03-01T09:42:13.255516-05:00",
            "created_at": "2023-02-28T12:36:59.080445-05:00",
            "name": "Los Angeles Lakers",
            "reward": "4.06000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e18e02b-f7d1-46d8-8579-5e65258ebf76/?format=api"
        }
    ]
}