GET /api/bet_types/dc68324d-2a3c-48cd-b114-858f2d1a78b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc68324d-2a3c-48cd-b114-858f2d1a78b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5a9f9bb-9ba8-4aa4-b78b-7fa29f16fed4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-10T08:23:19.265976-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": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a199af14-86a6-44ea-93f7-9a319e1e4d1a",
            "gambit_id": "0d4592f7-2e56-4ecc-a1fc-75c2b6603d7c",
            "last_updated": "2023-11-12T11:28:23.262260-05:00",
            "created_at": "2023-11-10T08:23:19.269511-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc68324d-2a3c-48cd-b114-858f2d1a78b1/?format=api"
        },
        {
            "id": "ff613b65-1fbd-45ee-9882-f412c850222f",
            "gambit_id": "2d3aafd1-5564-44b7-92cd-c52fe9f09628",
            "last_updated": "2023-11-12T11:28:23.266154-05:00",
            "created_at": "2023-11-10T08:23:19.273710-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc68324d-2a3c-48cd-b114-858f2d1a78b1/?format=api"
        }
    ]
}