API endpoint for PCSO Lotto Draws.

GET /api/draws/1358/?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/1358/?format=api",
    "name": "Draw (1358)",
    "id": 1358,
    "draw_type": "6/58",
    "draw_date": "2022-09-16",
    "drawn": [
        5,
        50,
        1,
        4,
        15,
        2
    ],
    "jackpot": "$72,487,804.00"
}