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/9734c4cf-6cd5-498e-9bae-02f137908fd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9734c4cf-6cd5-498e-9bae-02f137908fd6",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "cd9dfbd9-167a-476b-8eb5-c560b12a50c4",
    "completed": true,
    "last_updated": "2022-09-05T09:57:26.139087-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.43,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/cd9dfbd9-167a-476b-8eb5-c560b12a50c4",
    "datetime": "2022-09-03T12:00:00-04:00",
    "cutoff_datetime": "2022-09-03T12:00:00-04:00",
    "name": "NC State v. East Carolina",
    "bettypes": [
        {
            "id": "8ea52cab-e1ff-4382-b3e2-12366752f0bb",
            "match": "https://api-prod.gambitprofit.com/api/matches/9734c4cf-6cd5-498e-9bae-02f137908fd6/?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": "NC State",
                        "amount": 7889.0
                    },
                    {
                        "team": "East Carolina",
                        "amount": 2111.0
                    }
                ],
                "expected_reward_tokens": 9309.02,
                "profit_sb": 309.02,
                "profit_sb_percentage": 3.43,
                "recommended": true
            },
            "lines": [
                {
                    "id": "cc4972ae-f28b-4110-b48a-931e2751d16b",
                    "gambit_id": "48c1ebb6-32d2-4324-9122-d44ac424d251",
                    "last_updated": "2022-09-05T09:57:26.147017-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "NC State",
                    "reward": "1.18000",
                    "odds": "1.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ea52cab-e1ff-4382-b3e2-12366752f0bb/?format=api"
                },
                {
                    "id": "19ed2d93-9f83-4714-b0ca-331376f3c8d1",
                    "gambit_id": "87a32ea8-5e9d-412a-885f-ee630e39132f",
                    "last_updated": "2022-09-05T09:57:26.145763-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "East Carolina",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ea52cab-e1ff-4382-b3e2-12366752f0bb/?format=api"
                }
            ]
        },
        {
            "id": "94787502-26d3-4e3b-8d1b-07daafe6bcc5",
            "match": "https://api-prod.gambitprofit.com/api/matches/9734c4cf-6cd5-498e-9bae-02f137908fd6/?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": "NC State",
                        "amount": 5000.0
                    },
                    {
                        "team": "East Carolina",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "f3d91d2a-b1f5-494e-a201-5a1dc90ee8dc",
                    "gambit_id": "c45a31c5-4ace-4ce9-b7f6-5795229d8082",
                    "last_updated": "2022-09-05T09:57:26.150015-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "NC State",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "-12.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94787502-26d3-4e3b-8d1b-07daafe6bcc5/?format=api"
                },
                {
                    "id": "c8027098-93f1-4db1-b447-8ee34288623d",
                    "gambit_id": "044d4d22-fcee-4011-aeb8-8eeeaff2966a",
                    "last_updated": "2022-09-05T09:57:26.148960-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "East Carolina",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "12.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94787502-26d3-4e3b-8d1b-07daafe6bcc5/?format=api"
                }
            ]
        },
        {
            "id": "1606cb27-d0a5-41f7-8513-44a1beab5133",
            "match": "https://api-prod.gambitprofit.com/api/matches/9734c4cf-6cd5-498e-9bae-02f137908fd6/?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 51.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 51.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "2544bb2d-e5af-439d-84b1-54f7d06c6bd2",
                    "gambit_id": "4a91664e-ad5d-43f5-a7c4-e0f1da0c9daf",
                    "last_updated": "2022-09-05T09:57:26.143302-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 51.5",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "51.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1606cb27-d0a5-41f7-8513-44a1beab5133/?format=api"
                },
                {
                    "id": "8bc454d1-b353-4431-920e-a56aca262025",
                    "gambit_id": "3e0bc15b-dc05-46d7-a992-1e3b887abc4b",
                    "last_updated": "2022-09-05T09:57:26.142070-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 51.5",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "51.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1606cb27-d0a5-41f7-8513-44a1beab5133/?format=api"
                }
            ]
        }
    ]
}