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/4caaa390-2d22-4250-8b22-aca429f86efc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4caaa390-2d22-4250-8b22-aca429f86efc",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "58d9a35f-aaba-4507-aa61-dbfac2975874",
    "completed": true,
    "last_updated": "2022-12-19T10:37:30.580001-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.72,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/58d9a35f-aaba-4507-aa61-dbfac2975874",
    "datetime": "2022-12-17T17:10:00-05:00",
    "cutoff_datetime": "2022-12-17T17:10:00-05:00",
    "name": "Miami Heat v. San Antonio Spurs",
    "bettypes": [
        {
            "id": "29269fb5-b70d-4e6d-a9ba-80eb33591724",
            "match": "https://api-prod.gambitprofit.com/api/matches/4caaa390-2d22-4250-8b22-aca429f86efc/?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": "Miami Heat",
                        "amount": 7209.0
                    },
                    {
                        "team": "San Antonio Spurs",
                        "amount": 2791.0
                    }
                ],
                "expected_reward_tokens": 9154.48,
                "profit_sb": 154.48,
                "profit_sb_percentage": 1.72,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e51316c4-5c7f-4f12-ab9d-829a1f6d5ab3",
                    "gambit_id": "fd37ea9b-e609-4683-bbcf-2c041c30a212",
                    "last_updated": "2022-12-19T10:37:30.590203-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Miami Heat",
                    "reward": "1.27000",
                    "odds": "1.31250",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29269fb5-b70d-4e6d-a9ba-80eb33591724/?format=api"
                },
                {
                    "id": "ab726c46-2874-48b6-92f2-33d6f6a9d761",
                    "gambit_id": "3f7bd9df-04e5-40d9-b2e9-2ec2891b474d",
                    "last_updated": "2022-12-19T10:37:30.591492-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Antonio Spurs",
                    "reward": "3.28000",
                    "odds": "3.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29269fb5-b70d-4e6d-a9ba-80eb33591724/?format=api"
                }
            ]
        },
        {
            "id": "7e35658d-6623-45da-934c-1d8ace3123ec",
            "match": "https://api-prod.gambitprofit.com/api/matches/4caaa390-2d22-4250-8b22-aca429f86efc/?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": "Miami Heat",
                        "amount": 5000.0
                    },
                    {
                        "team": "San Antonio Spurs",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "5c92739a-ac73-475b-8737-2ab86815586c",
                    "gambit_id": "40da7291-57db-4d3b-b9e5-32ded33cb7e8",
                    "last_updated": "2022-12-19T10:37:30.587751-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Miami Heat",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e35658d-6623-45da-934c-1d8ace3123ec/?format=api"
                },
                {
                    "id": "bd80aa7d-4ff8-4153-a504-139feba2fd54",
                    "gambit_id": "8b06714a-7fed-4aa8-a6fc-deb546550e0c",
                    "last_updated": "2022-12-19T10:37:30.586479-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Antonio Spurs",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e35658d-6623-45da-934c-1d8ace3123ec/?format=api"
                }
            ]
        },
        {
            "id": "be9eba2d-5d84-4ce7-8a20-2ccdf81f73f5",
            "match": "https://api-prod.gambitprofit.com/api/matches/4caaa390-2d22-4250-8b22-aca429f86efc/?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 222.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 222.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f3855265-a97e-4684-af0a-629a5035946f",
                    "gambit_id": "96c45e50-780d-4582-ae24-f83f9611b401",
                    "last_updated": "2022-12-19T10:37:30.584141-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 222.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "222.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be9eba2d-5d84-4ce7-8a20-2ccdf81f73f5/?format=api"
                },
                {
                    "id": "242ed2fb-f0b2-4169-b93a-4f25271ab71e",
                    "gambit_id": "57c667db-ab8e-4e8f-800e-7339b45586f3",
                    "last_updated": "2022-12-19T10:37:30.582937-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 222.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "222.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be9eba2d-5d84-4ce7-8a20-2ccdf81f73f5/?format=api"
                }
            ]
        }
    ]
}