GET /api/bet_types/748d3b04-688f-4de4-bb82-067c723e547c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "748d3b04-688f-4de4-bb82-067c723e547c",
    "match": "https://api-prod.gambitprofit.com/api/matches/dee63b4e-32c8-43dc-8f77-112793275834/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 2.5",
                "amount": 5552.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4448.0
            }
        ],
        "expected_reward_tokens": 8716.64,
        "profit_sb": -283.36,
        "profit_sb_percentage": -3.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4d31e14-f408-4f6d-bd26-0154e2462418",
            "gambit_id": "38029b00-a263-499e-899e-18d2de38cf49",
            "last_updated": "2022-12-01T16:32:24.689612-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.57000",
            "odds": "1.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/748d3b04-688f-4de4-bb82-067c723e547c/?format=api"
        },
        {
            "id": "19278a01-ec9b-4b7b-b847-562ede2b05bd",
            "gambit_id": "ffff5b62-0418-49a3-836f-e8f31dce4bf6",
            "last_updated": "2022-12-01T16:32:24.688545-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/748d3b04-688f-4de4-bb82-067c723e547c/?format=api"
        }
    ]
}