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/7cba1b77-7192-40eb-93f4-99abb4fa950c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7cba1b77-7192-40eb-93f4-99abb4fa950c",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "9b132a3a-59a8-4286-bf90-60df1c1fd4d0",
    "completed": true,
    "last_updated": "2022-10-03T11:12:23.305409-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.25,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/9b132a3a-59a8-4286-bf90-60df1c1fd4d0",
    "datetime": "2022-10-01T19:30:00-04:00",
    "cutoff_datetime": "2022-10-01T19:30:00-04:00",
    "name": "Indiana v. Nebraska",
    "bettypes": [
        {
            "id": "85b63bdc-fcbd-424e-8b53-4c8ab68f0a4d",
            "match": "https://api-prod.gambitprofit.com/api/matches/7cba1b77-7192-40eb-93f4-99abb4fa950c/?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": "Nebraska",
                        "amount": 6798.0
                    },
                    {
                        "team": "Indiana",
                        "amount": 3202.0
                    }
                ],
                "expected_reward_tokens": 9381.24,
                "profit_sb": -118.76,
                "profit_sb_percentage": -1.25,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8b995464-25a7-4d30-8ea6-534f2a28ada7",
                    "gambit_id": "fd2f4620-97de-45d0-bfb2-2575983bf533",
                    "last_updated": "2022-10-03T11:12:23.311016-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Nebraska",
                    "reward": "1.38000",
                    "odds": "1.40820",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b63bdc-fcbd-424e-8b53-4c8ab68f0a4d/?format=api"
                },
                {
                    "id": "aae1a261-c550-4189-a1f6-c7ccdd63566a",
                    "gambit_id": "84d8add1-72ef-4239-8764-d661a5a3788b",
                    "last_updated": "2022-10-03T11:12:23.311990-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Indiana",
                    "reward": "2.93000",
                    "odds": "3.05000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b63bdc-fcbd-424e-8b53-4c8ab68f0a4d/?format=api"
                }
            ]
        },
        {
            "id": "1eb7eb99-9286-4666-89b1-613d376c1521",
            "match": "https://api-prod.gambitprofit.com/api/matches/7cba1b77-7192-40eb-93f4-99abb4fa950c/?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": "Indiana",
                        "amount": 5000.0
                    },
                    {
                        "team": "Nebraska",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": -250.0,
                "profit_sb_percentage": -2.63,
                "recommended": false
            },
            "lines": [
                {
                    "id": "2dfa7ecb-1674-4c0b-9727-dba2fb53fd89",
                    "gambit_id": "3481eed2-d1e2-4027-bd39-a04a815da46b",
                    "last_updated": "2022-10-03T11:12:23.314924-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Indiana",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eb7eb99-9286-4666-89b1-613d376c1521/?format=api"
                },
                {
                    "id": "914e9153-ab7f-4da2-adfe-6d8df8cb1d66",
                    "gambit_id": "aa1770ec-2663-418d-9d72-98f3f75e22ec",
                    "last_updated": "2022-10-03T11:12:23.313954-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Nebraska",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "-6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eb7eb99-9286-4666-89b1-613d376c1521/?format=api"
                }
            ]
        },
        {
            "id": "21d9f6e6-1ce5-4c5c-819b-7c8a80320076",
            "match": "https://api-prod.gambitprofit.com/api/matches/7cba1b77-7192-40eb-93f4-99abb4fa950c/?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.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 60.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": -250.0,
                "profit_sb_percentage": -2.63,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ae3dbdba-8377-4860-8650-fd765634e6e5",
                    "gambit_id": "752eb656-ff0c-4365-8176-2e7e5fc93809",
                    "last_updated": "2022-10-03T11:12:23.309014-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 60.5",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "60.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21d9f6e6-1ce5-4c5c-819b-7c8a80320076/?format=api"
                },
                {
                    "id": "9a9bd883-6880-4de9-9ca4-09383bf98b51",
                    "gambit_id": "db0fea10-b9ff-4fc8-a9b5-7e08b3110bfe",
                    "last_updated": "2022-10-03T11:12:23.307833-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 60.5",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "60.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21d9f6e6-1ce5-4c5c-819b-7c8a80320076/?format=api"
                }
            ]
        }
    ]
}