GET /api/bet_types/cc7221c0-9484-48d2-9ace-9e27b4877d85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc7221c0-9484-48d2-9ace-9e27b4877d85",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5b127bc-71de-4bbe-92ff-ee6b9a9ac85f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-02T09:08:31.392603-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 237",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 237",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "67379a2e-14b8-449f-b7a8-e47fb3d75116",
            "gambit_id": "8d4071d1-c2f3-45d2-b37c-db3b62ac46f4",
            "last_updated": "2023-12-04T15:13:32.384339-05:00",
            "created_at": "2023-12-02T09:08:31.400244-05:00",
            "name": "Game Total Over 237",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc7221c0-9484-48d2-9ace-9e27b4877d85/?format=api"
        },
        {
            "id": "dafa7e13-7b51-4f47-a106-dde0003c048f",
            "gambit_id": "5534d481-73cb-45bb-bbcc-b1478d9a606b",
            "last_updated": "2023-12-04T15:13:32.397637-05:00",
            "created_at": "2023-12-02T09:08:31.404196-05:00",
            "name": "Game Total Under 237",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc7221c0-9484-48d2-9ace-9e27b4877d85/?format=api"
        }
    ]
}