GET /api/bet_types/17c5f213-c0ce-41b7-a687-4015c6591510/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17c5f213-c0ce-41b7-a687-4015c6591510",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ef915e2-5fb0-4790-b2f2-e4dc23273e2a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-28T12:36:59.838526-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": "Nashville Predators",
                "amount": 6774.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3226.0
            }
        ],
        "expected_reward_tokens": 9483.6,
        "profit_sb": -16.4,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "de2d3856-dd27-4dce-a184-6f54fe614877",
            "gambit_id": "f359d30e-9109-4f71-8b16-272aedf990a2",
            "last_updated": "2023-03-01T09:52:12.996401-05:00",
            "created_at": "2023-02-28T12:36:59.839725-05:00",
            "name": "Nashville Predators",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17c5f213-c0ce-41b7-a687-4015c6591510/?format=api"
        },
        {
            "id": "161cbcd9-2bbf-482b-95db-99c03727e32d",
            "gambit_id": "09afcc85-be68-45b3-bc10-ba35a550d38a",
            "last_updated": "2023-03-01T09:52:12.997628-05:00",
            "created_at": "2023-02-28T12:36:59.841146-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.94000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17c5f213-c0ce-41b7-a687-4015c6591510/?format=api"
        }
    ]
}