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/03923123-d0a4-4cd3-9305-7fdd73192985/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03923123-d0a4-4cd3-9305-7fdd73192985",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "cd35e7ce-41de-46ad-a2c0-7a89494e0f2e",
    "completed": true,
    "last_updated": "2022-11-28T09:22:05.198065-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.37,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/cd35e7ce-41de-46ad-a2c0-7a89494e0f2e",
    "datetime": "2022-11-26T20:00:00-05:00",
    "cutoff_datetime": "2022-11-26T20:00:00-05:00",
    "name": "Pittsburgh v. Miami Florida",
    "bettypes": [
        {
            "id": "5a8493f9-2659-4616-a603-1d9f8933c53b",
            "match": "https://api-prod.gambitprofit.com/api/matches/03923123-d0a4-4cd3-9305-7fdd73192985/?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": "Pittsburgh",
                        "amount": 6336.0
                    },
                    {
                        "team": "Miami Florida",
                        "amount": 3664.0
                    }
                ],
                "expected_reward_tokens": 9123.36,
                "profit_sb": 123.36,
                "profit_sb_percentage": 1.37,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9a01d08a-886a-4b79-9222-e438b245fd4f",
                    "gambit_id": "76a65fe2-71bc-4cfe-90f0-5c0e48752e27",
                    "last_updated": "2022-11-28T09:22:05.207328-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Pittsburgh",
                    "reward": "1.44000",
                    "odds": "1.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a8493f9-2659-4616-a603-1d9f8933c53b/?format=api"
                },
                {
                    "id": "aedad67e-59e6-4f95-969b-3bef0632ce82",
                    "gambit_id": "2e8331b7-9ce4-4731-bbcc-24196f2fa727",
                    "last_updated": "2022-11-28T09:22:05.206401-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Miami Florida",
                    "reward": "2.49000",
                    "odds": "2.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a8493f9-2659-4616-a603-1d9f8933c53b/?format=api"
                }
            ]
        },
        {
            "id": "16255136-cbaf-4f3e-8fc8-040c74d37c9e",
            "match": "https://api-prod.gambitprofit.com/api/matches/03923123-d0a4-4cd3-9305-7fdd73192985/?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 Florida",
                        "amount": 5000.0
                    },
                    {
                        "team": "Pittsburgh",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f1a337bb-a6fe-4401-96be-430be177eca2",
                    "gambit_id": "35010627-380b-45c8-ad99-f7c83ffb0868",
                    "last_updated": "2022-11-28T09:22:05.203526-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Miami Florida",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "4.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16255136-cbaf-4f3e-8fc8-040c74d37c9e/?format=api"
                },
                {
                    "id": "26a04d5d-79bb-43ec-aa4b-ad4209f5e09b",
                    "gambit_id": "8fd269dd-b5d9-4e91-9f20-3467bd09bb94",
                    "last_updated": "2022-11-28T09:22:05.204484-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Pittsburgh",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-4.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16255136-cbaf-4f3e-8fc8-040c74d37c9e/?format=api"
                }
            ]
        },
        {
            "id": "644fcdff-c6f8-4a45-8d66-3140c715f1df",
            "match": "https://api-prod.gambitprofit.com/api/matches/03923123-d0a4-4cd3-9305-7fdd73192985/?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 44",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 44",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "46f73e35-1b05-4af4-b8f1-340462514fa5",
                    "gambit_id": "cd38f77b-99d1-4858-8419-ed522ba165d2",
                    "last_updated": "2022-11-28T09:22:05.201565-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 44",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "44.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/644fcdff-c6f8-4a45-8d66-3140c715f1df/?format=api"
                },
                {
                    "id": "ae8a9f8e-87b2-46fa-a79f-416379aac23f",
                    "gambit_id": "8c38633b-1c82-43a8-8fbe-67105fbf353b",
                    "last_updated": "2022-11-28T09:22:05.200508-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 44",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "44.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/644fcdff-c6f8-4a45-8d66-3140c715f1df/?format=api"
                }
            ]
        }
    ]
}