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/4c533bef-7305-459d-892d-ae36f98c97df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c533bef-7305-459d-892d-ae36f98c97df",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "e636c6a6-d35c-4f9a-8a16-716d8d320bd3",
    "completed": true,
    "last_updated": "2022-11-21T11:53:28.905598-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/e636c6a6-d35c-4f9a-8a16-716d8d320bd3",
    "datetime": "2022-11-19T14:15:00-05:00",
    "cutoff_datetime": "2022-11-19T14:15:00-05:00",
    "name": "Oregon State v. Arizona State",
    "bettypes": [
        {
            "id": "defaa8c5-a121-4410-8192-3dd7820f26f6",
            "match": "https://api-prod.gambitprofit.com/api/matches/4c533bef-7305-459d-892d-ae36f98c97df/?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": "Oregon State",
                        "amount": 7127.0
                    },
                    {
                        "team": "Arizona State",
                        "amount": 2873.0
                    }
                ],
                "expected_reward_tokens": 9193.6,
                "profit_sb": 193.6,
                "profit_sb_percentage": 2.15,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e28f6a89-ece2-473d-b902-2258011454f0",
                    "gambit_id": "6aa2fb81-f394-429d-a4df-97feea5eb3d9",
                    "last_updated": "2022-11-21T11:53:28.909543-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon State",
                    "reward": "1.29000",
                    "odds": "1.33330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/defaa8c5-a121-4410-8192-3dd7820f26f6/?format=api"
                },
                {
                    "id": "41b366d3-9a93-4d5a-ae22-4a9ed9107540",
                    "gambit_id": "e60ebef5-7dbb-4138-aef0-29a45319995f",
                    "last_updated": "2022-11-21T11:53:28.908385-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arizona State",
                    "reward": "3.20000",
                    "odds": "3.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/defaa8c5-a121-4410-8192-3dd7820f26f6/?format=api"
                }
            ]
        },
        {
            "id": "7022987e-28fb-42c8-93a3-0894fe6847d5",
            "match": "https://api-prod.gambitprofit.com/api/matches/4c533bef-7305-459d-892d-ae36f98c97df/?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": "Oregon State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Arizona State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "73242294-7018-4103-8562-a80feb40d6b3",
                    "gambit_id": "e96e3581-0696-4a87-967a-c482100b43e8",
                    "last_updated": "2022-11-21T11:53:28.912443-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7022987e-28fb-42c8-93a3-0894fe6847d5/?format=api"
                },
                {
                    "id": "02e6b8e7-18af-45f0-9fd1-912e0382ab5b",
                    "gambit_id": "93941244-b5c4-40fc-9c40-9be7fc4dac87",
                    "last_updated": "2022-11-21T11:53:28.911470-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arizona State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7022987e-28fb-42c8-93a3-0894fe6847d5/?format=api"
                }
            ]
        }
    ]
}