API endpoint for PCSO Lotto Draws.

GET /api/draws/5621/?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/5621/?format=api",
    "name": "Draw (5621)",
    "id": 5621,
    "draw_type": "6/49",
    "draw_date": "2016-10-20",
    "drawn": [
        30,
        24,
        45,
        18,
        28,
        41
    ],
    "jackpot": "$23,563,096.00"
}