GET /api/bet_types/e37a197b-d102-4ad3-a0e0-c787e0d3d474/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e37a197b-d102-4ad3-a0e0-c787e0d3d474",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3707cf4-abf5-43bb-b44a-df8ef257a127/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-13T08:57:57.499309-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 232.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "88c52764-755a-48b1-a6e1-ebe409f2d06b",
            "gambit_id": "6490d90c-ac16-4533-8380-97f2998dd03e",
            "last_updated": "2023-12-15T10:03:18.972063-05:00",
            "created_at": "2023-12-13T08:57:57.503087-05:00",
            "name": "Game Total Under 232.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e37a197b-d102-4ad3-a0e0-c787e0d3d474/?format=api"
        },
        {
            "id": "3adf9d45-7a27-42d1-8845-1eae157850b0",
            "gambit_id": "57e93649-7f18-4a0b-bbfb-4c8a55202f19",
            "last_updated": "2023-12-15T10:03:18.975237-05:00",
            "created_at": "2023-12-13T08:57:57.510537-05:00",
            "name": "Game Total Over 232.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e37a197b-d102-4ad3-a0e0-c787e0d3d474/?format=api"
        }
    ]
}