GET /api/bet_types/f72b1e4c-1390-4444-a8c1-a8c567031f55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f72b1e4c-1390-4444-a8c1-a8c567031f55",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5d104d8-d6f4-4e2c-9665-14f9be1c3363/?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 76.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 76.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c741c25f-3f50-4b11-ab89-ef86e9f55451",
            "gambit_id": "fbb8fbf4-fa72-4c0f-b19c-9db0a5c35bf0",
            "last_updated": "2022-11-21T09:48:51.624419-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 76.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "76.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f72b1e4c-1390-4444-a8c1-a8c567031f55/?format=api"
        },
        {
            "id": "280511b9-234d-4c1d-936f-4db994cfd576",
            "gambit_id": "7496d784-31dd-4a77-a60d-9f77bcf3a539",
            "last_updated": "2022-11-21T09:48:51.625542-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 76.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "76.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f72b1e4c-1390-4444-a8c1-a8c567031f55/?format=api"
        }
    ]
}