API endpoint for PCSO Lotto Draws.

GET /api/draws/1300/?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/1300/?format=api",
    "name": "Draw (1300)",
    "id": 1300,
    "draw_type": "6/49",
    "draw_date": "2022-10-13",
    "drawn": [
        24,
        48,
        37,
        16,
        1,
        42
    ],
    "jackpot": "$153,877,685.60"
}