GET /api/bet_types/9b1a32da-7627-4de1-a169-0584cb00365d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b1a32da-7627-4de1-a169-0584cb00365d",
    "match": "https://api-prod.gambitprofit.com/api/matches/af94ce99-4a9f-4e6d-8671-e2cee14434dd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-19T09:22:05.214167-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 Over 236.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 236.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "02146667-799e-431d-b335-5a4a8a7c8f3f",
            "gambit_id": "8cbfc9cd-15c4-4db1-a39e-ad453c3ed7d6",
            "last_updated": "2023-01-20T10:27:08.718664-05:00",
            "created_at": "2023-01-19T09:22:05.217048-05:00",
            "name": "Game Total Over 236.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b1a32da-7627-4de1-a169-0584cb00365d/?format=api"
        },
        {
            "id": "d0a13e28-9113-484f-a606-b72abd94c68f",
            "gambit_id": "b5b475ab-e08c-410a-997b-584fa3af0afb",
            "last_updated": "2023-01-20T10:27:08.717394-05:00",
            "created_at": "2023-01-19T09:22:05.215662-05:00",
            "name": "Game Total Under 236.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b1a32da-7627-4de1-a169-0584cb00365d/?format=api"
        }
    ]
}