API endpoint for PCSO Lotto Draws.

GET /api/draws/2940/?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/2940/?format=api",
    "name": "Draw (2940)",
    "id": 2940,
    "draw_type": "6/45",
    "draw_date": "2020-08-28",
    "drawn": [
        12,
        14,
        20,
        42,
        26,
        32
    ],
    "jackpot": "$16,997,038.20"
}