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/de2a0d48-6b06-45a9-a641-2c996dc2fc41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de2a0d48-6b06-45a9-a641-2c996dc2fc41",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "2b6c0a15-8fac-4a30-ab43-7c85febcbb30",
    "completed": true,
    "last_updated": "2023-04-01T10:32:15.811572-04:00",
    "created_at": "2023-03-31T09:56:48.951474-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.36,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/2b6c0a15-8fac-4a30-ab43-7c85febcbb30",
    "datetime": "2023-03-31T21:40:00-04:00",
    "cutoff_datetime": "2023-03-31T21:40:00-04:00",
    "name": "COL (K Freeland) v. SDG (N Martinez)",
    "bettypes": [
        {
            "id": "d08311bb-5e42-4d8b-8c86-c6026cd4c11f",
            "match": "https://api-prod.gambitprofit.com/api/matches/de2a0d48-6b06-45a9-a641-2c996dc2fc41/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-03-31T09:56:48.970192-04: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": "SDG (N Martinez)",
                        "amount": 6442.0
                    },
                    {
                        "team": "COL (K Freeland)",
                        "amount": 3558.0
                    }
                ],
                "expected_reward_tokens": 9534.16,
                "profit_sb": 34.16,
                "profit_sb_percentage": 0.36,
                "recommended": true
            },
            "lines": [
                {
                    "id": "8f8973ca-a39e-48a6-9339-093af01bfaf4",
                    "gambit_id": "5faa9f9f-b9f2-4077-8c04-1af7365a5188",
                    "last_updated": "2023-04-01T10:32:15.831958-04:00",
                    "created_at": "2023-03-31T09:56:48.971866-04:00",
                    "name": "SDG (N Martinez)",
                    "reward": "1.48000",
                    "odds": "1.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d08311bb-5e42-4d8b-8c86-c6026cd4c11f/?format=api"
                },
                {
                    "id": "248967b4-a409-4865-8a1a-1bb04d0a6a7c",
                    "gambit_id": "1a1780d3-e85a-4380-a8f9-d92e763318f1",
                    "last_updated": "2023-04-01T10:32:15.834231-04:00",
                    "created_at": "2023-03-31T09:56:48.973677-04:00",
                    "name": "COL (K Freeland)",
                    "reward": "2.68000",
                    "odds": "2.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d08311bb-5e42-4d8b-8c86-c6026cd4c11f/?format=api"
                }
            ]
        },
        {
            "id": "b41475a1-6aac-4041-9a4c-ee7e7686fcfa",
            "match": "https://api-prod.gambitprofit.com/api/matches/de2a0d48-6b06-45a9-a641-2c996dc2fc41/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-03-31T09:56:48.961618-04: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": "COL",
                        "amount": 5317.0
                    },
                    {
                        "team": "SDG",
                        "amount": 4683.0
                    }
                ],
                "expected_reward_tokens": 9411.09,
                "profit_sb": -88.91,
                "profit_sb_percentage": -0.94,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9a813366-fb7e-4add-9a22-a233f33de0d0",
                    "gambit_id": "047c6d4a-2436-4cbc-b2bd-5ac0f415ca8f",
                    "last_updated": "2023-04-01T10:32:15.827529-04:00",
                    "created_at": "2023-03-31T09:56:48.967722-04:00",
                    "name": "COL",
                    "reward": "1.77000",
                    "odds": "1.80000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b41475a1-6aac-4041-9a4c-ee7e7686fcfa/?format=api"
                },
                {
                    "id": "c307c75b-c1c1-4649-bece-bcf6b7d67649",
                    "gambit_id": "e5e43eeb-2eaa-4ab9-877f-b07416954220",
                    "last_updated": "2023-04-01T10:32:15.824799-04:00",
                    "created_at": "2023-03-31T09:56:48.964967-04:00",
                    "name": "SDG",
                    "reward": "2.01000",
                    "odds": "2.05000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b41475a1-6aac-4041-9a4c-ee7e7686fcfa/?format=api"
                }
            ]
        },
        {
            "id": "9b8c736a-93e4-4558-8bf4-828ae2acfde7",
            "match": "https://api-prod.gambitprofit.com/api/matches/de2a0d48-6b06-45a9-a641-2c996dc2fc41/?format=api",
            "name": "Over/Under",
            "created_at": "2023-03-31T09:56:48.954971-04: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 8",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 8",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1c9594a0-8408-49c9-831d-35df2337c2cc",
                    "gambit_id": "dbb1b518-2c51-4fb1-92e1-8bbf4fe7373a",
                    "last_updated": "2023-04-01T10:32:15.816928-04:00",
                    "created_at": "2023-03-31T09:56:48.957341-04:00",
                    "name": "Game Total Under 8",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b8c736a-93e4-4558-8bf4-828ae2acfde7/?format=api"
                },
                {
                    "id": "7ca1bd4e-aa52-46c4-9005-11059f8a255c",
                    "gambit_id": "c53f9016-73f4-433f-980e-6c1d484a6b29",
                    "last_updated": "2023-04-01T10:32:15.819417-04:00",
                    "created_at": "2023-03-31T09:56:48.959188-04:00",
                    "name": "Game Total Over 8",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b8c736a-93e4-4558-8bf4-828ae2acfde7/?format=api"
                }
            ]
        }
    ]
}