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/21a16e88-10b4-4d2b-b36a-0c69dadd2d74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21a16e88-10b4-4d2b-b36a-0c69dadd2d74",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "fa538eac-8726-42a3-87b3-689cc4961e10",
    "completed": true,
    "last_updated": "2022-11-14T10:28:56.900267-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.36,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/fa538eac-8726-42a3-87b3-689cc4961e10",
    "datetime": "2022-11-12T12:00:00-05:00",
    "cutoff_datetime": "2022-11-12T12:00:00-05:00",
    "name": "Missouri v. Tennessee",
    "bettypes": [
        {
            "id": "3e433280-5161-435f-9fa0-118eb5714877",
            "match": "https://api-prod.gambitprofit.com/api/matches/21a16e88-10b4-4d2b-b36a-0c69dadd2d74/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Tennessee",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10600.0,
                "profit_sb": 1600.0,
                "profit_sb_percentage": 17.78,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Tennessee",
                        "amount": 8776.0
                    },
                    {
                        "team": "Missouri",
                        "amount": 1224.0
                    }
                ],
                "expected_reward_tokens": 9302.4,
                "profit_sb": 302.4,
                "profit_sb_percentage": 3.36,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e028dc0a-95e1-43a8-9dc4-ceac6bbc0c75",
                    "gambit_id": "9a36119e-0e17-4ac1-83ed-add37411f39d",
                    "last_updated": "2022-11-14T10:28:56.906184-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tennessee",
                    "reward": "1.06000",
                    "odds": "1.07140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e433280-5161-435f-9fa0-118eb5714877/?format=api"
                },
                {
                    "id": "aa445af9-59eb-463f-b095-f4b200dc4a9c",
                    "gambit_id": "35181117-8050-486f-83f8-e6f1952d9c05",
                    "last_updated": "2022-11-14T10:28:56.907146-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Missouri",
                    "reward": "7.60000",
                    "odds": "8.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e433280-5161-435f-9fa0-118eb5714877/?format=api"
                }
            ]
        },
        {
            "id": "defd2bc8-868d-4927-99a9-2f9c8def47b6",
            "match": "https://api-prod.gambitprofit.com/api/matches/21a16e88-10b4-4d2b-b36a-0c69dadd2d74/?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": "Tennessee",
                        "amount": 5000.0
                    },
                    {
                        "team": "Missouri",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ba1098b6-a6e6-4ace-87fc-4ff615861b46",
                    "gambit_id": "6e217eb7-d832-4377-9f8a-075b76c86ffe",
                    "last_updated": "2022-11-14T10:28:56.909107-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tennessee",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-19.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/defd2bc8-868d-4927-99a9-2f9c8def47b6/?format=api"
                },
                {
                    "id": "a4ed40fe-368c-4905-a4d3-06464af89779",
                    "gambit_id": "a257c261-2519-4a36-9793-035be08048f8",
                    "last_updated": "2022-11-14T10:28:56.910112-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Missouri",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "19.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/defd2bc8-868d-4927-99a9-2f9c8def47b6/?format=api"
                }
            ]
        },
        {
            "id": "3a233803-e721-4a70-8180-284be6d362f2",
            "match": "https://api-prod.gambitprofit.com/api/matches/21a16e88-10b4-4d2b-b36a-0c69dadd2d74/?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 58",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 58",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ff9554ca-517d-41a7-babe-02d54896d70a",
                    "gambit_id": "17b2bc30-3a65-4d9f-be97-bdf686deb497",
                    "last_updated": "2022-11-14T10:28:56.903182-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 58",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "58.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a233803-e721-4a70-8180-284be6d362f2/?format=api"
                },
                {
                    "id": "34273e67-e7f4-4204-a844-a6a753acd1a2",
                    "gambit_id": "82d56776-e2d4-498d-9f13-7bd882c7f06e",
                    "last_updated": "2022-11-14T10:28:56.904233-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 58",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "58.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a233803-e721-4a70-8180-284be6d362f2/?format=api"
                }
            ]
        }
    ]
}