API endpoint for PCSO Lotto Draws.

GET /api/draws/5175/?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/5175/?format=api",
    "name": "Draw (5175)",
    "id": 5175,
    "draw_type": "6/58",
    "draw_date": "2017-05-30",
    "drawn": [
        3,
        21,
        54,
        15,
        20,
        12
    ],
    "jackpot": "$68,118,984.00"
}