API endpoint for PCSO Lotto Draws.

GET /api/draws/4668/?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/4668/?format=api",
    "name": "Draw (4668)",
    "id": 4668,
    "draw_type": "6/42",
    "draw_date": "2018-01-23",
    "drawn": [
        5,
        11,
        31,
        42,
        24,
        33
    ],
    "jackpot": "$15,392,948.00"
}