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/bf603d55-71dd-46df-8dfc-f60857a038c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf603d55-71dd-46df-8dfc-f60857a038c9",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "aeaf3ccd-040e-4357-bd4b-c5079e52f011",
    "completed": true,
    "last_updated": "2022-09-19T10:57:13.841168-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.59,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/aeaf3ccd-040e-4357-bd4b-c5079e52f011",
    "datetime": "2022-09-18T13:00:00-04:00",
    "cutoff_datetime": "2022-09-18T13:00:00-04:00",
    "name": "New England Patriots v. Pittsburgh Steelers",
    "bettypes": [
        {
            "id": "25676103-467d-4815-9591-d6736befc28a",
            "match": "https://api-prod.gambitprofit.com/api/matches/bf603d55-71dd-46df-8dfc-f60857a038c9/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "New England Patriots",
                        "amount": 5899.0
                    },
                    {
                        "team": "Pittsburgh Steelers",
                        "amount": 4101.0
                    }
                ],
                "expected_reward_tokens": 9143.45,
                "profit_sb": 143.45,
                "profit_sb_percentage": 1.59,
                "recommended": true
            },
            "lines": [
                {
                    "id": "1ce62416-3b90-4d5b-ac07-824ae4f9688c",
                    "gambit_id": "0fdea40f-8554-4c00-8f9f-83adfc8c5e78",
                    "last_updated": "2022-09-19T10:57:13.855879-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New England Patriots",
                    "reward": "1.55000",
                    "odds": "1.62500",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25676103-467d-4815-9591-d6736befc28a/?format=api"
                },
                {
                    "id": "669fd119-56e8-403b-96df-61e5ce45d914",
                    "gambit_id": "341e76ae-cf50-42ad-8bb0-f3f6e2670f91",
                    "last_updated": "2022-09-19T10:57:13.854895-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Pittsburgh Steelers",
                    "reward": "2.23000",
                    "odds": "2.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25676103-467d-4815-9591-d6736befc28a/?format=api"
                }
            ]
        },
        {
            "id": "e694c533-0d32-45dd-940b-dd8ad4e8f3af",
            "match": "https://api-prod.gambitprofit.com/api/matches/bf603d55-71dd-46df-8dfc-f60857a038c9/?format=api",
            "name": "Play the Odds",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "New England Patriots",
                        "amount": 5000.0
                    },
                    {
                        "team": "Pittsburgh Steelers",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d955013f-c1fa-4b96-b414-81b3c008c825",
                    "gambit_id": "be7da986-0ecb-4c88-86fc-ea5bd9b50880",
                    "last_updated": "2022-09-19T10:57:13.858854-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New England Patriots",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e694c533-0d32-45dd-940b-dd8ad4e8f3af/?format=api"
                },
                {
                    "id": "ee998b15-9d0b-4794-89fb-7ad5d19eeb41",
                    "gambit_id": "80763c50-12b5-4a46-add6-cb56efeb439b",
                    "last_updated": "2022-09-19T10:57:13.857868-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Pittsburgh Steelers",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e694c533-0d32-45dd-940b-dd8ad4e8f3af/?format=api"
                }
            ]
        },
        {
            "id": "53b4b4b5-8648-4457-8928-8844933fbfac",
            "match": "https://api-prod.gambitprofit.com/api/matches/bf603d55-71dd-46df-8dfc-f60857a038c9/?format=api",
            "name": "Over/Under",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Game Total Over 40",
                        "amount": 5097.0
                    },
                    {
                        "team": "Game Total Under 40",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f17c8735-c898-4c45-b3ac-1cfa2588dcaf",
                    "gambit_id": "bc75ec77-482f-4216-a441-9953bace7a84",
                    "last_updated": "2022-09-19T10:57:13.852829-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 40",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "40.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53b4b4b5-8648-4457-8928-8844933fbfac/?format=api"
                },
                {
                    "id": "d2f07895-b830-4ee3-aa22-e8ff9a5c9be0",
                    "gambit_id": "0710d718-0650-4e38-958e-a5e2ba6d170f",
                    "last_updated": "2022-09-19T10:57:13.851795-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 40",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "40.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53b4b4b5-8648-4457-8928-8844933fbfac/?format=api"
                }
            ]
        }
    ]
}