API endpoint for PCSO Lotto Draws.

GET /api/draws/5345/?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/5345/?format=api",
    "name": "Draw (5345)",
    "id": 5345,
    "draw_type": "6/49",
    "draw_date": "2017-03-07",
    "drawn": [
        22,
        37,
        47,
        16,
        24,
        40
    ],
    "jackpot": "$35,764,120.00"
}