Matches can be viewed and edited (when logged in). Use "tokens" url parameter to modify token amount. Use "limit" and "offset" parameters to set the limit and offset of the result. Look in the filters dialog to see how to programmatically filter and sort.
GET /api/matches/6d7cfd60-4fd1-4288-aacd-eca62390e2e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d7cfd60-4fd1-4288-aacd-eca62390e2e4",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "83226d6d-2f52-42ba-95d7-0e05821e079e",
    "completed": true,
    "last_updated": "2024-01-17T22:43:17.052899-05:00",
    "created_at": "2024-01-13T09:38:17.249102-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/83226d6d-2f52-42ba-95d7-0e05821e079e",
    "datetime": "2024-01-13T22:59:00-05:00",
    "cutoff_datetime": "2024-01-13T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - January 13th 2024",
    "bettypes": [
        {
            "id": "b30493c1-bf63-45a1-b415-fc76d7568cb0",
            "match": "https://api-prod.gambitprofit.com/api/matches/6d7cfd60-4fd1-4288-aacd-eca62390e2e4/?format=api",
            "name": "FreeForm",
            "created_at": "2024-01-13T09:38:17.259021-05:00",
            "high_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "med_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "no_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "lines": [
                {
                    "id": "67a7733a-8935-4558-b4d0-5325b57a5280",
                    "gambit_id": "44b2c83b-d2c1-479f-bed4-66751638a886",
                    "last_updated": "2024-01-17T22:43:17.079039-05:00",
                    "created_at": "2024-01-13T09:38:17.282049-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b30493c1-bf63-45a1-b415-fc76d7568cb0/?format=api"
                },
                {
                    "id": "6c19c030-1aa3-4272-b7d3-5e88590ac847",
                    "gambit_id": "8679ef8f-7c36-40bb-b5e7-adadb0cb650d",
                    "last_updated": "2024-01-17T22:43:17.065156-05:00",
                    "created_at": "2024-01-13T09:38:17.264451-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b30493c1-bf63-45a1-b415-fc76d7568cb0/?format=api"
                },
                {
                    "id": "d16d3e25-af0c-4742-a366-157fa48fe694",
                    "gambit_id": "b8b99670-6d1a-4c7e-8646-91112cee1a8b",
                    "last_updated": "2024-01-17T22:43:17.068449-05:00",
                    "created_at": "2024-01-13T09:38:17.269731-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b30493c1-bf63-45a1-b415-fc76d7568cb0/?format=api"
                },
                {
                    "id": "e7a70ad2-f089-4cdc-bb8f-e72c5026df07",
                    "gambit_id": "a4ebff18-076b-484b-a94f-1afc23aa6019",
                    "last_updated": "2024-01-17T22:43:17.071639-05:00",
                    "created_at": "2024-01-13T09:38:17.274589-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b30493c1-bf63-45a1-b415-fc76d7568cb0/?format=api"
                },
                {
                    "id": "43679734-9532-4320-af49-fef6e21b396c",
                    "gambit_id": "c7d9d5a2-a7ec-4e47-88a6-72d212d033a7",
                    "last_updated": "2024-01-17T22:43:17.074735-05:00",
                    "created_at": "2024-01-13T09:38:17.278245-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b30493c1-bf63-45a1-b415-fc76d7568cb0/?format=api"
                }
            ]
        }
    ]
}