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/311f0742-3914-40f8-88d7-7aad539fa2ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "311f0742-3914-40f8-88d7-7aad539fa2ab",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "a3469893-aac9-4433-a134-22fe0379cdf6",
    "completed": true,
    "last_updated": "2022-12-12T09:42:33.037964-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.94,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/a3469893-aac9-4433-a134-22fe0379cdf6",
    "datetime": "2022-12-10T19:10:00-05:00",
    "cutoff_datetime": "2022-12-10T19:10:00-05:00",
    "name": "Brooklyn Nets v. Indiana Pacers",
    "bettypes": [
        {
            "id": "1e7ca593-080b-4f28-8e42-993899521e0c",
            "match": "https://api-prod.gambitprofit.com/api/matches/311f0742-3914-40f8-88d7-7aad539fa2ab/?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": "Indiana Pacers",
                        "amount": 7340.0
                    },
                    {
                        "team": "Brooklyn Nets",
                        "amount": 2660.0
                    }
                ],
                "expected_reward_tokens": 9175.0,
                "profit_sb": 175.0,
                "profit_sb_percentage": 1.94,
                "recommended": true
            },
            "lines": [
                {
                    "id": "c5c04735-fe1f-43f7-bc9c-47d3fe0404b7",
                    "gambit_id": "51206953-ee5b-4610-bedb-c028ecb8d85c",
                    "last_updated": "2022-12-12T09:42:33.048502-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Indiana Pacers",
                    "reward": "1.25000",
                    "odds": "1.28570",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e7ca593-080b-4f28-8e42-993899521e0c/?format=api"
                },
                {
                    "id": "9e7ad4a0-079d-447b-9faa-85eb0d7a8121",
                    "gambit_id": "214d15d2-d695-4f9f-97a8-2798b0edb68e",
                    "last_updated": "2022-12-12T09:42:33.049703-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Brooklyn Nets",
                    "reward": "3.45000",
                    "odds": "3.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e7ca593-080b-4f28-8e42-993899521e0c/?format=api"
                }
            ]
        },
        {
            "id": "a4589eba-521f-49e7-aabd-526769998bb1",
            "match": "https://api-prod.gambitprofit.com/api/matches/311f0742-3914-40f8-88d7-7aad539fa2ab/?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": "Indiana Pacers",
                        "amount": 5000.0
                    },
                    {
                        "team": "Brooklyn Nets",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "6d74589e-abfd-4321-af9d-152fd7a1cafa",
                    "gambit_id": "0e7b89b0-7aea-4b90-b94e-e4c67f19572d",
                    "last_updated": "2022-12-12T09:42:33.044544-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Indiana Pacers",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4589eba-521f-49e7-aabd-526769998bb1/?format=api"
                },
                {
                    "id": "4a3e4ffe-0811-4577-933c-c0338dc2154d",
                    "gambit_id": "af929e10-50c0-477c-83fb-13ae13dff971",
                    "last_updated": "2022-12-12T09:42:33.046130-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Brooklyn Nets",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4589eba-521f-49e7-aabd-526769998bb1/?format=api"
                }
            ]
        },
        {
            "id": "7a3744ef-a86e-47f7-83eb-95d2926418f1",
            "match": "https://api-prod.gambitprofit.com/api/matches/311f0742-3914-40f8-88d7-7aad539fa2ab/?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 226",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 226",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "5cd607f4-e081-4c8a-af82-5dc4b2f64f4d",
                    "gambit_id": "99a2ed5c-3987-485d-8701-7413a736969f",
                    "last_updated": "2022-12-12T09:42:33.041998-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 226",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "226.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a3744ef-a86e-47f7-83eb-95d2926418f1/?format=api"
                },
                {
                    "id": "46c4dd68-8882-4940-bd00-3a642408965a",
                    "gambit_id": "5b683d01-c2f5-4ee3-8594-adc25e38e4c6",
                    "last_updated": "2022-12-12T09:42:33.040774-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 226",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "226.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a3744ef-a86e-47f7-83eb-95d2926418f1/?format=api"
                }
            ]
        }
    ]
}