API endpoint for PCSO Lotto Draws.

GET /api/draws/4455/?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/4455/?format=api",
    "name": "Draw (4455)",
    "id": 4455,
    "draw_type": "6/49",
    "draw_date": "2018-05-06",
    "drawn": [
        14,
        7,
        16,
        10,
        30,
        40
    ],
    "jackpot": "$45,451,487.00"
}