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/060bce92-3161-46d5-ba35-40dc8c1be45e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "060bce92-3161-46d5-ba35-40dc8c1be45e",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "8f09452c-2b21-4c0b-8e26-5b117ce2d0db",
    "completed": true,
    "last_updated": "2022-11-06T08:58:20.085977-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.68,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/8f09452c-2b21-4c0b-8e26-5b117ce2d0db",
    "datetime": "2022-11-05T15:30:00-04:00",
    "cutoff_datetime": "2022-11-05T15:30:00-04:00",
    "name": "UTSA v. UAB",
    "bettypes": [
        {
            "id": "45a12329-3507-4beb-9e72-1867659326db",
            "match": "https://api-prod.gambitprofit.com/api/matches/060bce92-3161-46d5-ba35-40dc8c1be45e/?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": "UTSA",
                        "amount": 5492.0
                    },
                    {
                        "team": "UAB",
                        "amount": 4508.0
                    }
                ],
                "expected_reward_tokens": 9061.08,
                "profit_sb": 61.08,
                "profit_sb_percentage": 0.68,
                "recommended": true
            },
            "lines": [
                {
                    "id": "416b7b60-b2ac-4196-9596-a42793270afb",
                    "gambit_id": "697ef625-fd32-4ef3-9a7f-ee431f70b8ba",
                    "last_updated": "2022-11-06T08:58:20.090022-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UTSA",
                    "reward": "1.65000",
                    "odds": "1.74070",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45a12329-3507-4beb-9e72-1867659326db/?format=api"
                },
                {
                    "id": "a5498edd-5bf0-4c52-a1be-ff7bc1ff692e",
                    "gambit_id": "cb230a28-4a55-47b9-b13b-81592eb27710",
                    "last_updated": "2022-11-06T08:58:20.088860-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UAB",
                    "reward": "2.01000",
                    "odds": "2.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45a12329-3507-4beb-9e72-1867659326db/?format=api"
                }
            ]
        },
        {
            "id": "b010f2dd-0edc-48ef-bb50-115f9bd5d4df",
            "match": "https://api-prod.gambitprofit.com/api/matches/060bce92-3161-46d5-ba35-40dc8c1be45e/?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": "UAB",
                        "amount": 5000.0
                    },
                    {
                        "team": "UTSA",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ca3f96ba-97d1-4213-bf53-3c724484fde5",
                    "gambit_id": "aa1429a1-5d81-4ee8-b682-abcb76e01230",
                    "last_updated": "2022-11-06T08:58:20.098229-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UAB",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b010f2dd-0edc-48ef-bb50-115f9bd5d4df/?format=api"
                },
                {
                    "id": "3be0407a-9f5e-4592-b4b4-7f9212bea908",
                    "gambit_id": "c6e8b7b8-f0ec-4197-bc19-6937e2c24a2c",
                    "last_updated": "2022-11-06T08:58:20.099221-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UTSA",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b010f2dd-0edc-48ef-bb50-115f9bd5d4df/?format=api"
                }
            ]
        },
        {
            "id": "8eb4e907-654d-4e0b-972e-2bb6c0fe1ba2",
            "match": "https://api-prod.gambitprofit.com/api/matches/060bce92-3161-46d5-ba35-40dc8c1be45e/?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 53",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 53",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "2d302608-9285-41cb-b356-a8172f5359b9",
                    "gambit_id": "006ead3f-4d9e-4d2b-bb0f-daa96fd2dd25",
                    "last_updated": "2022-11-06T08:58:20.095160-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 53",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "53.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8eb4e907-654d-4e0b-972e-2bb6c0fe1ba2/?format=api"
                },
                {
                    "id": "172e2e7a-9c35-438d-8c3a-657b2c4a9195",
                    "gambit_id": "aacc403d-6bf4-4169-a26b-4f0a78317de6",
                    "last_updated": "2022-11-06T08:58:20.096318-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 53",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "53.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8eb4e907-654d-4e0b-972e-2bb6c0fe1ba2/?format=api"
                }
            ]
        }
    ]
}