GET /api/bet_types/e2ebc5f9-02fe-49c1-9809-62f2b5b242f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2ebc5f9-02fe-49c1-9809-62f2b5b242f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd4cc293-621a-4d6c-8577-246feb981df9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-02T09:33:14.998495-04: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": "Game Total Over 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "041351e3-df4c-4a69-bd96-bbff4e8056b3",
            "gambit_id": "f6d738ad-4349-4092-bf60-fa4c0e3ffa01",
            "last_updated": "2023-09-04T12:53:27.974842-04:00",
            "created_at": "2023-09-02T09:33:15.001914-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2ebc5f9-02fe-49c1-9809-62f2b5b242f4/?format=api"
        },
        {
            "id": "9b8cf54d-97aa-4fa0-b27a-01c393dc8782",
            "gambit_id": "a322ea5a-5075-48cb-8cd4-b28cbb5a7fc3",
            "last_updated": "2023-09-04T12:53:27.978376-04:00",
            "created_at": "2023-09-02T09:33:15.005944-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2ebc5f9-02fe-49c1-9809-62f2b5b242f4/?format=api"
        }
    ]
}