GET /api/bet_types/673a829f-3767-4337-a162-82a60bfdcc0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "673a829f-3767-4337-a162-82a60bfdcc0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/65704eae-f1d0-4d53-bab9-dd18679cec91/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-17T09:58:18.517017-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 6.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "b85d031a-53ba-4091-a6fa-39c861539b3b",
            "gambit_id": "e6d765e1-fbf1-4483-8f8e-c8f36fd662d1",
            "last_updated": "2023-12-19T10:08:20.410185-05:00",
            "created_at": "2023-12-17T09:58:18.520693-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/673a829f-3767-4337-a162-82a60bfdcc0c/?format=api"
        },
        {
            "id": "dc494384-bd44-425d-8ae4-bee179f8f5a8",
            "gambit_id": "b4d8ebdd-7519-4922-b460-b625185ac793",
            "last_updated": "2023-12-19T10:08:20.413330-05:00",
            "created_at": "2023-12-17T09:58:18.527682-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/673a829f-3767-4337-a162-82a60bfdcc0c/?format=api"
        }
    ]
}