GET /api/bet_types/58efafc2-838d-4bb4-8dd5-cd5eb9ba531f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58efafc2-838d-4bb4-8dd5-cd5eb9ba531f",
    "match": "https://api-prod.gambitprofit.com/api/matches/48d6a11d-693a-44e4-90d0-796d3f0544c1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-14T09:33:22.691888-04: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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9e6dd0b-979f-41b8-b110-1601b23e6976",
            "gambit_id": "21c5cfdb-e9a0-49b6-b9a8-f341ee2e7193",
            "last_updated": "2023-08-15T10:23:13.533208-04:00",
            "created_at": "2023-08-14T09:33:22.698238-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58efafc2-838d-4bb4-8dd5-cd5eb9ba531f/?format=api"
        },
        {
            "id": "5d4c5a18-feb5-405a-a375-349aac9a68c8",
            "gambit_id": "a065053d-9731-465d-87ef-045155cc7a7b",
            "last_updated": "2023-08-15T10:23:13.526011-04:00",
            "created_at": "2023-08-14T09:33:22.702529-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58efafc2-838d-4bb4-8dd5-cd5eb9ba531f/?format=api"
        }
    ]
}