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/1da6db83-e7a6-4804-85b4-287613c35f49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1da6db83-e7a6-4804-85b4-287613c35f49",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "7ed3387b-9b4a-4b27-a535-ee30a326ed9f",
    "completed": true,
    "last_updated": "2022-11-14T10:03:39.150998-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.23,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/7ed3387b-9b4a-4b27-a535-ee30a326ed9f",
    "datetime": "2022-11-12T15:30:00-05:00",
    "cutoff_datetime": "2022-11-12T15:30:00-05:00",
    "name": "North Texas v. UAB",
    "bettypes": [
        {
            "id": "1fa8787d-1bc9-453a-913c-16dfab5d58b9",
            "match": "https://api-prod.gambitprofit.com/api/matches/1da6db83-e7a6-4804-85b4-287613c35f49/?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": "UAB",
                        "amount": 6650.0
                    },
                    {
                        "team": "North Texas",
                        "amount": 3350.0
                    }
                ],
                "expected_reward_tokens": 9110.5,
                "profit_sb": 110.5,
                "profit_sb_percentage": 1.23,
                "recommended": true
            },
            "lines": [
                {
                    "id": "934eeb97-e2d2-45e7-aa38-4db510fe7958",
                    "gambit_id": "c1c6a3e8-698a-4d4a-9827-233c411de634",
                    "last_updated": "2022-11-14T10:03:39.157010-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UAB",
                    "reward": "1.37000",
                    "odds": "1.42550",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa8787d-1bc9-453a-913c-16dfab5d58b9/?format=api"
                },
                {
                    "id": "6f5649c5-c131-4937-ae61-d443bfd507eb",
                    "gambit_id": "d1aa0a82-c458-48fc-b3c2-fd1f0ebf9532",
                    "last_updated": "2022-11-14T10:03:39.157969-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "North Texas",
                    "reward": "2.72000",
                    "odds": "2.95000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa8787d-1bc9-453a-913c-16dfab5d58b9/?format=api"
                }
            ]
        },
        {
            "id": "ea53277b-2230-45b1-8de3-f891185e3ba2",
            "match": "https://api-prod.gambitprofit.com/api/matches/1da6db83-e7a6-4804-85b4-287613c35f49/?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": "North Texas",
                        "amount": 5000.0
                    },
                    {
                        "team": "UAB",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "599ddbf3-df4b-4b68-b009-679d4427a66b",
                    "gambit_id": "d024645b-23d0-4ec8-bb8c-2a578344309d",
                    "last_updated": "2022-11-14T10:03:39.160875-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "North Texas",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea53277b-2230-45b1-8de3-f891185e3ba2/?format=api"
                },
                {
                    "id": "8091ef18-a584-4105-9f6d-f795b538e8b0",
                    "gambit_id": "011562d8-1857-4523-b5ca-ae62da67342f",
                    "last_updated": "2022-11-14T10:03:39.159906-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UAB",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea53277b-2230-45b1-8de3-f891185e3ba2/?format=api"
                }
            ]
        },
        {
            "id": "4dc23eca-dbbb-4d0f-9c4d-57eab026c136",
            "match": "https://api-prod.gambitprofit.com/api/matches/1da6db83-e7a6-4804-85b4-287613c35f49/?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 Under 58",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 58",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8fc63da9-fdda-43a4-bd7a-c4be18683dc1",
                    "gambit_id": "c3d1d4f9-a68c-42a0-a18e-b41b17aab9a4",
                    "last_updated": "2022-11-14T10:03:39.153814-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 58",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "58.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dc23eca-dbbb-4d0f-9c4d-57eab026c136/?format=api"
                },
                {
                    "id": "055e634f-6806-4d4d-acd2-81bf28638fbe",
                    "gambit_id": "4e38a668-3668-499a-a702-47de4852e097",
                    "last_updated": "2022-11-14T10:03:39.154988-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 58",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "58.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dc23eca-dbbb-4d0f-9c4d-57eab026c136/?format=api"
                }
            ]
        }
    ]
}