API endpoint for PCSO Lotto Draws.

GET /api/draws/5776/?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/5776/?format=api",
    "name": "Draw (5776)",
    "id": 5776,
    "draw_type": "6/42",
    "draw_date": "2016-08-04",
    "drawn": [
        33,
        35,
        13,
        27,
        5,
        12
    ],
    "jackpot": "$111,998,556.00"
}