GET /api/bet_types/a10caad8-91d1-4eb8-b4be-2f1c37f62a78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a10caad8-91d1-4eb8-b4be-2f1c37f62a78",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1d45745-5b91-4ef6-b69a-cdd185ac61f6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T09:02:18.974781-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d808bf7-ddc8-4350-bf2b-f05c6e28bb73",
            "gambit_id": "e48ca93d-7a84-4ea6-9f01-c8c1eb1afe99",
            "last_updated": "2023-04-13T11:22:20.225488-04:00",
            "created_at": "2023-04-11T09:02:18.977201-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a10caad8-91d1-4eb8-b4be-2f1c37f62a78/?format=api"
        },
        {
            "id": "b0bc46fd-1da6-49c9-97e9-3a5db9427767",
            "gambit_id": "cee62e45-59bc-4552-8d17-9a2b8fdbedd3",
            "last_updated": "2023-04-13T11:22:20.228899-04:00",
            "created_at": "2023-04-11T09:02:18.980016-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a10caad8-91d1-4eb8-b4be-2f1c37f62a78/?format=api"
        }
    ]
}