API endpoint for PCSO Lotto Draws.

GET /api/draws/2712/?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/2712/?format=api",
    "name": "Draw (2712)",
    "id": 2712,
    "draw_type": "6/55",
    "draw_date": "2020-12-12",
    "drawn": [
        1,
        19,
        13,
        42,
        21,
        48
    ],
    "jackpot": "$41,522,538.20"
}