API endpoint for PCSO Lotto Draws.

GET /api/draws/1376/?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/1376/?format=api",
    "name": "Draw (1376)",
    "id": 1376,
    "draw_type": "6/42",
    "draw_date": "2022-09-08",
    "drawn": [
        27,
        41,
        31,
        35,
        33,
        36
    ],
    "jackpot": "$42,150,882.40"
}