GET /api/bet_types/a541b93d-766e-4fa3-b890-8731aa4859f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a541b93d-766e-4fa3-b890-8731aa4859f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1fd1913-ba12-4388-a240-dddebb7e459f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-30T13:13:11.130138-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 Over 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b12ebb21-3d73-4bdf-b2a8-7e170e9caba3",
            "gambit_id": "d3e632e9-c467-4de0-82bd-8d13f42fedfa",
            "last_updated": "2023-10-02T10:38:23.322355-04:00",
            "created_at": "2023-09-30T13:13:11.133958-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a541b93d-766e-4fa3-b890-8731aa4859f4/?format=api"
        },
        {
            "id": "60139a97-0f62-4c14-a6f7-10cbfe143416",
            "gambit_id": "8fba2825-5578-46a9-be4a-78f64a5e2c73",
            "last_updated": "2023-10-02T10:38:23.325731-04:00",
            "created_at": "2023-09-30T13:13:11.140484-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a541b93d-766e-4fa3-b890-8731aa4859f4/?format=api"
        }
    ]
}