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/7e75e81d-de68-4181-8f04-d25bc3e215fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e75e81d-de68-4181-8f04-d25bc3e215fb",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "1ff8e035-06fd-430a-868b-46296e42a2e0",
    "completed": true,
    "last_updated": "2022-09-05T09:52:24.132390-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.56,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/1ff8e035-06fd-430a-868b-46296e42a2e0",
    "datetime": "2022-09-03T15:30:00-04:00",
    "cutoff_datetime": "2022-09-03T15:30:00-04:00",
    "name": "Houston v. UTSA",
    "bettypes": [
        {
            "id": "01ac8759-5ed1-41dc-bd46-88f64d8675ff",
            "match": "https://api-prod.gambitprofit.com/api/matches/7e75e81d-de68-4181-8f04-d25bc3e215fb/?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": "Houston",
                        "amount": 6132.0
                    },
                    {
                        "team": "UTSA",
                        "amount": 3868.0
                    }
                ],
                "expected_reward_tokens": 9320.64,
                "profit_sb": 320.64,
                "profit_sb_percentage": 3.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "f6a63063-570d-4aa5-a2b0-6783f5a9ce42",
                    "gambit_id": "8d01917a-af3a-45a2-98f1-1d6077cbd760",
                    "last_updated": "2022-09-05T09:52:24.140294-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Houston",
                    "reward": "1.52000",
                    "odds": "1.57140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01ac8759-5ed1-41dc-bd46-88f64d8675ff/?format=api"
                },
                {
                    "id": "25cfb2c3-7783-484b-8509-2489080517dd",
                    "gambit_id": "afb2903a-95c5-4130-b4a4-c1ab9ff2cb53",
                    "last_updated": "2022-09-05T09:52:24.139125-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UTSA",
                    "reward": "2.41000",
                    "odds": "2.55000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01ac8759-5ed1-41dc-bd46-88f64d8675ff/?format=api"
                }
            ]
        },
        {
            "id": "b07d31bf-4030-469e-9139-36f73d4aadbe",
            "match": "https://api-prod.gambitprofit.com/api/matches/7e75e81d-de68-4181-8f04-d25bc3e215fb/?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": "UTSA",
                        "amount": 5000.0
                    },
                    {
                        "team": "Houston",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "60340f66-80a2-4a28-8486-41e384d90b27",
                    "gambit_id": "b035e1c7-ab1f-4895-a636-36e3925f9f10",
                    "last_updated": "2022-09-05T09:52:24.142611-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UTSA",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b07d31bf-4030-469e-9139-36f73d4aadbe/?format=api"
                },
                {
                    "id": "3cb50aa2-9cb7-4a6d-bbda-749fe79675ce",
                    "gambit_id": "3c35e0e6-fd85-4e1f-8ab5-abfad6ff5842",
                    "last_updated": "2022-09-05T09:52:24.143742-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Houston",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "-3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b07d31bf-4030-469e-9139-36f73d4aadbe/?format=api"
                }
            ]
        },
        {
            "id": "136fb197-6e50-45ec-a9a4-c2ea58ec2f69",
            "match": "https://api-prod.gambitprofit.com/api/matches/7e75e81d-de68-4181-8f04-d25bc3e215fb/?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 61.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 61.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "6f058282-9fce-465b-967c-a37cdcf68336",
                    "gambit_id": "f50eae9e-6cae-437d-a84e-67fce5c6d2dc",
                    "last_updated": "2022-09-05T09:52:24.136676-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 61.5",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "61.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/136fb197-6e50-45ec-a9a4-c2ea58ec2f69/?format=api"
                },
                {
                    "id": "110f4b1c-124f-48a1-bcb2-1bfaf3fbb571",
                    "gambit_id": "d96f4954-6672-4433-9a00-eadec113ebf5",
                    "last_updated": "2022-09-05T09:52:24.135249-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 61.5",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "61.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/136fb197-6e50-45ec-a9a4-c2ea58ec2f69/?format=api"
                }
            ]
        }
    ]
}