API endpoint for PCSO Lotto Draws.

GET /api/draws/6111/?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/6111/?format=api",
    "name": "Draw (6111)",
    "id": 6111,
    "draw_type": "6/49",
    "draw_date": "2016-02-14",
    "drawn": [
        38,
        31,
        49,
        2,
        8,
        10
    ],
    "jackpot": "$111,635,544.00"
}