GET /api/bet_types/528925c9-a707-4755-ad37-217d47cc5237/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "528925c9-a707-4755-ad37-217d47cc5237",
    "match": "https://api-prod.gambitprofit.com/api/matches/88c8c74e-5f23-4a41-91cd-f38a15e1537b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-30T08:58:13.858962-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 221",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a6fcc00a-1757-4ae4-9943-3541f530a58c",
            "gambit_id": "f5449c31-4cc8-4520-afba-e4bb79212148",
            "last_updated": "2023-10-31T20:13:09.634328-04:00",
            "created_at": "2023-10-30T08:58:13.870154-04:00",
            "name": "Game Total Under 221",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/528925c9-a707-4755-ad37-217d47cc5237/?format=api"
        },
        {
            "id": "90c65cad-dfc2-4ee4-ab50-c18dba4dc353",
            "gambit_id": "1e3889e0-0d34-4fea-9e97-e0b5b270990d",
            "last_updated": "2023-10-31T20:13:09.644189-04:00",
            "created_at": "2023-10-30T08:58:13.864990-04:00",
            "name": "Game Total Over 221",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/528925c9-a707-4755-ad37-217d47cc5237/?format=api"
        }
    ]
}