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/8c643717-2e32-4ea9-9ccb-3706f2e43cfb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c643717-2e32-4ea9-9ccb-3706f2e43cfb",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "09c527fb-4539-4491-918b-687dfeab9014",
    "completed": true,
    "last_updated": "2022-12-22T10:32:27.625856-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.65,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/09c527fb-4539-4491-918b-687dfeab9014",
    "datetime": "2022-12-21T22:10:00-05:00",
    "cutoff_datetime": "2022-12-21T22:10:00-05:00",
    "name": "Los Angeles Lakers v. Sacramento Kings",
    "bettypes": [
        {
            "id": "5da36879-c276-4b5f-96c3-8390d7b2d696",
            "match": "https://api-prod.gambitprofit.com/api/matches/8c643717-2e32-4ea9-9ccb-3706f2e43cfb/?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": "Sacramento Kings",
                        "amount": 7261.0
                    },
                    {
                        "team": "Los Angeles Lakers",
                        "amount": 2739.0
                    }
                ],
                "expected_reward_tokens": 9148.26,
                "profit_sb": 148.26,
                "profit_sb_percentage": 1.65,
                "recommended": true
            },
            "lines": [
                {
                    "id": "2944eab4-a14d-4fef-ab99-065aaa26832d",
                    "gambit_id": "fce6a69d-a754-4d80-8afa-a573afb2c40d",
                    "last_updated": "2022-12-22T10:32:27.631974-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Sacramento Kings",
                    "reward": "1.26000",
                    "odds": "1.30300",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5da36879-c276-4b5f-96c3-8390d7b2d696/?format=api"
                },
                {
                    "id": "03e142d2-8994-4645-8087-f241e4a28948",
                    "gambit_id": "d128402a-8756-41d0-a453-3e3097203cd1",
                    "last_updated": "2022-12-22T10:32:27.633038-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Los Angeles Lakers",
                    "reward": "3.34000",
                    "odds": "3.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5da36879-c276-4b5f-96c3-8390d7b2d696/?format=api"
                }
            ]
        },
        {
            "id": "c77a8500-29ca-40f1-b3ca-9b0228396727",
            "match": "https://api-prod.gambitprofit.com/api/matches/8c643717-2e32-4ea9-9ccb-3706f2e43cfb/?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": "Sacramento Kings",
                        "amount": 5098.0
                    },
                    {
                        "team": "Los Angeles Lakers",
                        "amount": 4902.0
                    }
                ],
                "expected_reward_tokens": 8921.5,
                "profit_sb": -78.5,
                "profit_sb_percentage": -0.87,
                "recommended": false
            },
            "lines": [
                {
                    "id": "423b22f2-44f9-4e29-9ae8-fead2799522c",
                    "gambit_id": "56ed180f-442e-4588-8d48-562bcf44a9b3",
                    "last_updated": "2022-12-22T10:32:27.635122-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Sacramento Kings",
                    "reward": "1.75000",
                    "odds": "1.86960",
                    "spread": "-8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c77a8500-29ca-40f1-b3ca-9b0228396727/?format=api"
                },
                {
                    "id": "269840c7-82e8-4e39-be8e-9dd33ab22b9f",
                    "gambit_id": "fde607e3-526c-4690-b7fb-34dad568c02c",
                    "last_updated": "2022-12-22T10:32:27.636160-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Los Angeles Lakers",
                    "reward": "1.82000",
                    "odds": "1.95240",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c77a8500-29ca-40f1-b3ca-9b0228396727/?format=api"
                }
            ]
        },
        {
            "id": "f3a7ecca-7202-400a-85cc-063155822511",
            "match": "https://api-prod.gambitprofit.com/api/matches/8c643717-2e32-4ea9-9ccb-3706f2e43cfb/?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 240",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 240",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 8950.0,
                "profit_sb": -50.0,
                "profit_sb_percentage": -0.56,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3e931f34-894f-45c3-ab89-fb7b8d4c0a1c",
                    "gambit_id": "0bb1146b-549c-47a0-91a6-c6fc4c6bd3e8",
                    "last_updated": "2022-12-22T10:32:27.628701-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 240",
                    "reward": "1.79000",
                    "odds": "1.90910",
                    "spread": "240.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3a7ecca-7202-400a-85cc-063155822511/?format=api"
                },
                {
                    "id": "2dbcfb2b-d625-48f7-a500-a16261d3e24c",
                    "gambit_id": "62c0a311-4b1b-4692-b5c0-8ae5ddcf9980",
                    "last_updated": "2022-12-22T10:32:27.629878-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 240",
                    "reward": "1.79000",
                    "odds": "1.90910",
                    "spread": "240.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3a7ecca-7202-400a-85cc-063155822511/?format=api"
                }
            ]
        }
    ]
}