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/ceb6582e-0432-4956-a8ec-4083dadea544/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ceb6582e-0432-4956-a8ec-4083dadea544",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "aac4415a-3db5-4b2c-9415-d2051caf2048",
    "completed": true,
    "last_updated": "2022-12-03T09:32:30.759524-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.25,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/aac4415a-3db5-4b2c-9415-d2051caf2048",
    "datetime": "2022-12-02T13:00:00-05:00",
    "cutoff_datetime": "2022-12-02T13:00:00-05:00",
    "name": "Akron v. Buffalo",
    "bettypes": [
        {
            "id": "63dcff8a-348a-42a4-a7d8-ec61b6ee2adb",
            "match": "https://api-prod.gambitprofit.com/api/matches/ceb6582e-0432-4956-a8ec-4083dadea544/?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": "Buffalo",
                        "amount": 7733.0
                    },
                    {
                        "team": "Akron",
                        "amount": 2267.0
                    }
                ],
                "expected_reward_tokens": 9202.27,
                "profit_sb": 202.27,
                "profit_sb_percentage": 2.25,
                "recommended": true
            },
            "lines": [
                {
                    "id": "729275a6-50e2-45c5-a383-21c075bbf611",
                    "gambit_id": "3972cc28-819b-497a-9054-63ea8a8dd36f",
                    "last_updated": "2022-12-03T09:32:30.765935-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo",
                    "reward": "1.19000",
                    "odds": "1.22220",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63dcff8a-348a-42a4-a7d8-ec61b6ee2adb/?format=api"
                },
                {
                    "id": "5f2a9718-cbb2-4714-8c6a-0ff5a28413f0",
                    "gambit_id": "0e75e14a-4543-407b-9e40-569de47cb1b6",
                    "last_updated": "2022-12-03T09:32:30.767084-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Akron",
                    "reward": "4.06000",
                    "odds": "4.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63dcff8a-348a-42a4-a7d8-ec61b6ee2adb/?format=api"
                }
            ]
        },
        {
            "id": "c12ed427-38c1-4845-b855-9623711e92cf",
            "match": "https://api-prod.gambitprofit.com/api/matches/ceb6582e-0432-4956-a8ec-4083dadea544/?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": "Akron",
                        "amount": 5000.0
                    },
                    {
                        "team": "Buffalo",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b5a9666f-00b1-48e1-98a2-69c211db456e",
                    "gambit_id": "c92cc88a-634d-4bda-8c61-f81c912a1d00",
                    "last_updated": "2022-12-03T09:32:30.769343-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Akron",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "11.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c12ed427-38c1-4845-b855-9623711e92cf/?format=api"
                },
                {
                    "id": "8915f82b-21c5-4b35-b09e-a479a47394f0",
                    "gambit_id": "0bcea50f-469e-4641-945b-ce2a51483df5",
                    "last_updated": "2022-12-03T09:32:30.770455-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-11.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c12ed427-38c1-4845-b855-9623711e92cf/?format=api"
                }
            ]
        },
        {
            "id": "b637c9c1-f580-4dc3-a16f-7ce87cf6ca10",
            "match": "https://api-prod.gambitprofit.com/api/matches/ceb6582e-0432-4956-a8ec-4083dadea544/?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 55",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 55",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "414a470c-24df-4bfa-9ce0-26e11499d378",
                    "gambit_id": "660c522b-8b25-4b31-9d7c-94121170c4ee",
                    "last_updated": "2022-12-03T09:32:30.762503-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 55",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "55.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b637c9c1-f580-4dc3-a16f-7ce87cf6ca10/?format=api"
                },
                {
                    "id": "e64f7eca-fdd8-4c63-9e0b-e81372a49d0b",
                    "gambit_id": "a60301f1-5837-434f-a4f0-baeb09dadcb0",
                    "last_updated": "2022-12-03T09:32:30.763654-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 55",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "55.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b637c9c1-f580-4dc3-a16f-7ce87cf6ca10/?format=api"
                }
            ]
        }
    ]
}