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/28f05826-5f42-4793-b0f5-b6d3353bfaa7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28f05826-5f42-4793-b0f5-b6d3353bfaa7",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "34a90a77-5fa2-4d53-8b1c-988cae1ee52a",
    "completed": true,
    "last_updated": "2022-11-17T09:27:15.428855-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.15,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/34a90a77-5fa2-4d53-8b1c-988cae1ee52a",
    "datetime": "2022-11-16T18:00:00-05:00",
    "cutoff_datetime": "2022-11-16T18:00:00-05:00",
    "name": "Eastern Michigan v. Kent State",
    "bettypes": [
        {
            "id": "b451cddd-1976-4096-ac9b-8bf130c8d970",
            "match": "https://api-prod.gambitprofit.com/api/matches/28f05826-5f42-4793-b0f5-b6d3353bfaa7/?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": "Kent State",
                        "amount": 7127.0
                    },
                    {
                        "team": "Eastern Michigan",
                        "amount": 2873.0
                    }
                ],
                "expected_reward_tokens": 9193.6,
                "profit_sb": 193.6,
                "profit_sb_percentage": 2.15,
                "recommended": true
            },
            "lines": [
                {
                    "id": "36c29b26-1ce4-4ae0-90d7-e9f17117c164",
                    "gambit_id": "c8bbbbee-b272-4770-8204-505e5853d10d",
                    "last_updated": "2022-11-17T09:27:15.434845-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kent State",
                    "reward": "1.29000",
                    "odds": "1.33330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b451cddd-1976-4096-ac9b-8bf130c8d970/?format=api"
                },
                {
                    "id": "db58edd2-a74a-48d0-9a2c-c146df868e4b",
                    "gambit_id": "93547d2d-a00b-499b-926b-b5c476119856",
                    "last_updated": "2022-11-17T09:27:15.435799-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Eastern Michigan",
                    "reward": "3.20000",
                    "odds": "3.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b451cddd-1976-4096-ac9b-8bf130c8d970/?format=api"
                }
            ]
        },
        {
            "id": "a8db6bc4-5597-4867-bf06-f59531824086",
            "match": "https://api-prod.gambitprofit.com/api/matches/28f05826-5f42-4793-b0f5-b6d3353bfaa7/?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": "Eastern Michigan",
                        "amount": 5000.0
                    },
                    {
                        "team": "Kent State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b5c853cd-9c53-439b-9989-d3ab236ad987",
                    "gambit_id": "9bb9809a-2c03-43cf-81d4-ac2ea1d0d230",
                    "last_updated": "2022-11-17T09:27:15.438638-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Eastern Michigan",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8db6bc4-5597-4867-bf06-f59531824086/?format=api"
                },
                {
                    "id": "26b31565-1b93-45c1-a29a-e43f1703501b",
                    "gambit_id": "573132ec-b6c9-4083-8fa4-10bd38dd940b",
                    "last_updated": "2022-11-17T09:27:15.437699-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kent State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8db6bc4-5597-4867-bf06-f59531824086/?format=api"
                }
            ]
        },
        {
            "id": "1b012a91-ca9b-4541-936b-3e9301c04e7f",
            "match": "https://api-prod.gambitprofit.com/api/matches/28f05826-5f42-4793-b0f5-b6d3353bfaa7/?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 60",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 60",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1b7a1e20-fdc5-44de-80b7-cfeacd35b88e",
                    "gambit_id": "43ddeb05-7ec6-465d-89bb-e6f240c98172",
                    "last_updated": "2022-11-17T09:27:15.432888-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 60",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "60.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b012a91-ca9b-4541-936b-3e9301c04e7f/?format=api"
                },
                {
                    "id": "d7031671-6a79-4268-98d4-b47b9e8b27d5",
                    "gambit_id": "12c2aeaf-7c72-4502-b700-cba722e58439",
                    "last_updated": "2022-11-17T09:27:15.431722-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 60",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "60.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b012a91-ca9b-4541-936b-3e9301c04e7f/?format=api"
                }
            ]
        }
    ]
}