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/bacde0fa-572b-4a33-be11-b085ced424b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bacde0fa-572b-4a33-be11-b085ced424b4",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "71094602-2654-4124-8e6e-06fadd9765c3",
    "completed": true,
    "last_updated": "2022-11-14T10:18:30.662749-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.66,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/71094602-2654-4124-8e6e-06fadd9765c3",
    "datetime": "2022-11-12T12:00:00-05:00",
    "cutoff_datetime": "2022-11-12T12:00:00-05:00",
    "name": "Liberty v. Connecticut",
    "bettypes": [
        {
            "id": "296db0c9-f2d7-4b68-8d9c-652ce2738676",
            "match": "https://api-prod.gambitprofit.com/api/matches/bacde0fa-572b-4a33-be11-b085ced424b4/?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": "Liberty",
                        "amount": 8034.0
                    },
                    {
                        "team": "Connecticut",
                        "amount": 1966.0
                    }
                ],
                "expected_reward_tokens": 9239.1,
                "profit_sb": 239.1,
                "profit_sb_percentage": 2.66,
                "recommended": true
            },
            "lines": [
                {
                    "id": "1c1fcfa0-44f0-477e-a084-090f42d81a97",
                    "gambit_id": "c2cab141-0cb9-4d01-bb7e-63eb5509a05a",
                    "last_updated": "2022-11-14T10:18:30.670101-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Liberty",
                    "reward": "1.15000",
                    "odds": "1.17540",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/296db0c9-f2d7-4b68-8d9c-652ce2738676/?format=api"
                },
                {
                    "id": "f61b7e61-1f8f-457e-b373-f30beeb2ce78",
                    "gambit_id": "7ac2ca3f-c778-49de-9b62-a323793e52e4",
                    "last_updated": "2022-11-14T10:18:30.668970-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Connecticut",
                    "reward": "4.70000",
                    "odds": "5.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/296db0c9-f2d7-4b68-8d9c-652ce2738676/?format=api"
                }
            ]
        },
        {
            "id": "0c4eecc1-b8c9-4571-ab39-8e0f05b2065d",
            "match": "https://api-prod.gambitprofit.com/api/matches/bacde0fa-572b-4a33-be11-b085ced424b4/?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": "Liberty",
                        "amount": 5000.0
                    },
                    {
                        "team": "Connecticut",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "63206af8-e990-4261-be71-4e7e26d3cf71",
                    "gambit_id": "7d19be33-7d86-4e90-83e9-900c4477b18c",
                    "last_updated": "2022-11-14T10:18:30.673549-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Liberty",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-13.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c4eecc1-b8c9-4571-ab39-8e0f05b2065d/?format=api"
                },
                {
                    "id": "33eb1d32-45ed-475a-bfb1-16a358a8378d",
                    "gambit_id": "4fcd4670-5008-470f-8a7e-c90fd4010083",
                    "last_updated": "2022-11-14T10:18:30.672324-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Connecticut",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "13.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c4eecc1-b8c9-4571-ab39-8e0f05b2065d/?format=api"
                }
            ]
        },
        {
            "id": "2f34fa9b-5c93-43fb-821f-34db99e76872",
            "match": "https://api-prod.gambitprofit.com/api/matches/bacde0fa-572b-4a33-be11-b085ced424b4/?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 45",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 45",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "54cc6893-7804-42ef-8b31-06a30f8ade75",
                    "gambit_id": "e77c2627-b772-48fe-83dc-9f1a27f37493",
                    "last_updated": "2022-11-14T10:18:30.665550-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 45",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "45.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f34fa9b-5c93-43fb-821f-34db99e76872/?format=api"
                },
                {
                    "id": "97aac376-aa28-47a9-bfa4-a0618e263d4d",
                    "gambit_id": "02c150d2-9d93-4d8c-99e3-9df012159819",
                    "last_updated": "2022-11-14T10:18:30.666691-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 45",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "45.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f34fa9b-5c93-43fb-821f-34db99e76872/?format=api"
                }
            ]
        }
    ]
}