GET /api/bet_types/3e8e5f74-cac9-4638-b7ec-bbc97ca3b346/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e8e5f74-cac9-4638-b7ec-bbc97ca3b346",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e7ce031-782f-459d-91cf-41036a10db47/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-05T09:22:21.691810-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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "450d6cf6-34cb-49e6-b826-1c1841dcc74c",
            "gambit_id": "a0223677-5a99-4343-b22e-1a10b8cb443d",
            "last_updated": "2023-04-06T11:37:05.895714-04:00",
            "created_at": "2023-04-05T09:22:21.694571-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e8e5f74-cac9-4638-b7ec-bbc97ca3b346/?format=api"
        },
        {
            "id": "99a2cddc-24c3-4855-af39-9ef6bfd6afc9",
            "gambit_id": "378e2b69-2ec1-45f6-a8b0-db47f0edc13b",
            "last_updated": "2023-04-06T11:37:05.897667-04:00",
            "created_at": "2023-04-05T09:22:21.697149-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e8e5f74-cac9-4638-b7ec-bbc97ca3b346/?format=api"
        }
    ]
}