API endpoint for PCSO Lotto Draws.

GET /api/draws/4365/?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/4365/?format=api",
    "name": "Draw (4365)",
    "id": 4365,
    "draw_type": "6/49",
    "draw_date": "2018-06-17",
    "drawn": [
        19,
        6,
        20,
        34,
        8,
        13
    ],
    "jackpot": "$50,997,870.00"
}