API endpoint for PCSO Lotto Draws.

GET /api/draws/1650/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://dj1.jlee3d.net/api/draws/1650/?format=api",
    "name": "Draw (1650)",
    "id": 1650,
    "draw_type": "6/49",
    "draw_date": "2022-05-03",
    "drawn": [
        24,
        48,
        36,
        34,
        1,
        27
    ],
    "jackpot": "$58,535,471.00"
}