GET /api/bet_types/188800a0-9d2c-497b-b465-c67cff4c97f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "188800a0-9d2c-497b-b465-c67cff4c97f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/74c0bc32-1396-4dba-8ba5-ec2807b52343/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 6.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "05fbdd96-7ff1-457f-aaa3-8262ddfe808c",
            "gambit_id": "2f57c305-d481-4da4-b2c2-349ddfed38c9",
            "last_updated": "2022-11-11T21:37:25.862799-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/188800a0-9d2c-497b-b465-c67cff4c97f1/?format=api"
        },
        {
            "id": "84a33c78-cfa3-4842-a3ce-1278986e2dd0",
            "gambit_id": "25e1b5a6-ef81-4119-8da1-48741ce6bba5",
            "last_updated": "2022-11-11T21:37:25.863979-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/188800a0-9d2c-497b-b465-c67cff4c97f1/?format=api"
        }
    ]
}