GET /api/bet_types/9709980c-13d6-4c62-ac03-898de44044d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9709980c-13d6-4c62-ac03-898de44044d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2182858-6ad4-474b-9984-7c6a2d06ce9f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-21T08:37:11.821322-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": "Game Total Under 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0bdfd05-28f9-4327-b4b0-83e1d3351e48",
            "gambit_id": "8ef82580-5fc0-410a-b62c-df1fbf261fc6",
            "last_updated": "2023-01-22T21:22:15.185187-05:00",
            "created_at": "2023-01-21T08:37:11.822525-05:00",
            "name": "Game Total Under 234.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9709980c-13d6-4c62-ac03-898de44044d0/?format=api"
        },
        {
            "id": "5fac5bcc-c822-4ec4-a5a4-f5f8eafe49f2",
            "gambit_id": "3c53ff39-1a41-4bac-a168-b45955e9b436",
            "last_updated": "2023-01-22T21:22:15.186312-05:00",
            "created_at": "2023-01-21T08:37:11.823772-05:00",
            "name": "Game Total Over 234.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9709980c-13d6-4c62-ac03-898de44044d0/?format=api"
        }
    ]
}