API endpoint for PCSO Lotto Draws.

GET /api/draws/2032/?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/2032/?format=api",
    "name": "Draw (2032)",
    "id": 2032,
    "draw_type": "6/58",
    "draw_date": "2021-10-31",
    "drawn": [
        16,
        50,
        51,
        46,
        2,
        54
    ],
    "jackpot": "$245,552,834.00"
}