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/e65cdead-65d5-483f-b924-5be70a527e6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e65cdead-65d5-483f-b924-5be70a527e6f",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "25f4a32b-9cd8-402d-b58b-77e7327dd707",
    "completed": true,
    "last_updated": "2022-10-23T09:22:14.474306-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.39,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/25f4a32b-9cd8-402d-b58b-77e7327dd707",
    "datetime": "2022-10-22T12:00:00-04:00",
    "cutoff_datetime": "2022-10-22T12:00:00-04:00",
    "name": "Houston v. Navy",
    "bettypes": [
        {
            "id": "9ffce430-f705-46b8-8ddb-36fbe7a98be0",
            "match": "https://api-prod.gambitprofit.com/api/matches/e65cdead-65d5-483f-b924-5be70a527e6f/?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": "Houston",
                        "amount": 5780.0
                    },
                    {
                        "team": "Navy",
                        "amount": 4220.0
                    }
                ],
                "expected_reward_tokens": 9537.0,
                "profit_sb": 37.0,
                "profit_sb_percentage": 0.39,
                "recommended": true
            },
            "lines": [
                {
                    "id": "f1831d7d-6cb7-404c-9832-a0949400cc4d",
                    "gambit_id": "1a9ceeb8-9205-498d-bbd3-cad52c49b363",
                    "last_updated": "2022-10-23T09:22:14.482788-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Houston",
                    "reward": "1.65000",
                    "odds": "1.66670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ffce430-f705-46b8-8ddb-36fbe7a98be0/?format=api"
                },
                {
                    "id": "6179ed5a-f0c5-4710-88c9-2dc55ac3f735",
                    "gambit_id": "8536c26a-63d5-4f41-82b6-41409b1ab074",
                    "last_updated": "2022-10-23T09:22:14.481606-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Navy",
                    "reward": "2.26000",
                    "odds": "2.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ffce430-f705-46b8-8ddb-36fbe7a98be0/?format=api"
                }
            ]
        },
        {
            "id": "3e098618-0bb8-4d6c-b5ec-fac4fd20622f",
            "match": "https://api-prod.gambitprofit.com/api/matches/e65cdead-65d5-483f-b924-5be70a527e6f/?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": "Navy",
                        "amount": 5106.0
                    },
                    {
                        "team": "Houston",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8016ee8f-b935-424d-aa8c-11b91dd4931d",
                    "gambit_id": "7121c771-20ea-473e-89b5-8c0f68440816",
                    "last_updated": "2022-10-23T09:22:14.485270-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Navy",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e098618-0bb8-4d6c-b5ec-fac4fd20622f/?format=api"
                },
                {
                    "id": "1b707ea8-6927-498a-9bfd-f69b03449fa1",
                    "gambit_id": "bc9f2753-c75f-45c8-973b-486acac5a145",
                    "last_updated": "2022-10-23T09:22:14.486392-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Houston",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "-3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e098618-0bb8-4d6c-b5ec-fac4fd20622f/?format=api"
                }
            ]
        },
        {
            "id": "c6133b5b-92b0-430e-a00f-571ba201fb5a",
            "match": "https://api-prod.gambitprofit.com/api/matches/e65cdead-65d5-483f-b924-5be70a527e6f/?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 51",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 51",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1e8361e5-63f9-4d58-a639-8f0cc13c7675",
                    "gambit_id": "4e9db925-9595-4680-b2f1-8b0e8850c92a",
                    "last_updated": "2022-10-23T09:22:14.479052-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 51",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "51.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6133b5b-92b0-430e-a00f-571ba201fb5a/?format=api"
                },
                {
                    "id": "c54d3c3f-a4a5-4388-99c8-479bbf487996",
                    "gambit_id": "db3851ca-17bd-4ead-b729-1d033aca3a21",
                    "last_updated": "2022-10-23T09:22:14.477703-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 51",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "51.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6133b5b-92b0-430e-a00f-571ba201fb5a/?format=api"
                }
            ]
        }
    ]
}