API endpoint for PCSO Lotto Draws.

GET /api/draws/4101/?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/4101/?format=api",
    "name": "Draw (4101)",
    "id": 4101,
    "draw_type": "6/49",
    "draw_date": "2018-10-18",
    "drawn": [
        48,
        7,
        2,
        24,
        8,
        30
    ],
    "jackpot": "$21,383,593.00"
}