GET /api/bet_types/491db093-859b-41a6-a4af-d6914008940c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "491db093-859b-41a6-a4af-d6914008940c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c8623c4-aa2b-440b-9b9b-38c9b8113f2a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-02T08:58:22.955923-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 Under 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0259cf1-aab7-4d55-bb10-d4129917ec1b",
            "gambit_id": "a3715cc9-afee-49af-bcfa-bae5f53b4a98",
            "last_updated": "2023-07-04T10:23:14.674269-04:00",
            "created_at": "2023-07-02T08:58:22.959119-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/491db093-859b-41a6-a4af-d6914008940c/?format=api"
        },
        {
            "id": "483b9cf6-b183-4218-a3e3-963705b399c3",
            "gambit_id": "12cf7789-c294-40d2-8e1c-514e59f4f2b4",
            "last_updated": "2023-07-04T10:23:14.671581-04:00",
            "created_at": "2023-07-02T08:58:22.957447-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/491db093-859b-41a6-a4af-d6914008940c/?format=api"
        }
    ]
}