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/761f333c-8976-4002-8c3c-4bd40dfe627c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "761f333c-8976-4002-8c3c-4bd40dfe627c",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "564cb469-83e5-40cd-bee5-50f5d2d3d020",
    "completed": true,
    "last_updated": "2022-09-18T09:52:20.117980-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.9,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/564cb469-83e5-40cd-bee5-50f5d2d3d020",
    "datetime": "2022-09-17T19:30:00-04:00",
    "cutoff_datetime": "2022-09-17T19:30:00-04:00",
    "name": "Michigan State v. Washington",
    "bettypes": [
        {
            "id": "dc929812-d0f9-421b-9ee7-09bc8493c8c1",
            "match": "https://api-prod.gambitprofit.com/api/matches/761f333c-8976-4002-8c3c-4bd40dfe627c/?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": "Washington",
                        "amount": 6114.0
                    },
                    {
                        "team": "Michigan State",
                        "amount": 3886.0
                    }
                ],
                "expected_reward_tokens": 9170.96,
                "profit_sb": 170.96,
                "profit_sb_percentage": 1.9,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b31f3ef3-84ce-4d26-a11b-3a4f312b16e3",
                    "gambit_id": "98990edf-2ac5-4435-9500-1cc507a39421",
                    "last_updated": "2022-09-18T09:52:20.123566-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Washington",
                    "reward": "1.50000",
                    "odds": "1.57140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc929812-d0f9-421b-9ee7-09bc8493c8c1/?format=api"
                },
                {
                    "id": "df4d2052-b163-4be7-a216-920002ca2f54",
                    "gambit_id": "b7dbbfbd-b0ae-4203-a4ed-09373c0ed611",
                    "last_updated": "2022-09-18T09:52:20.124531-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Michigan State",
                    "reward": "2.36000",
                    "odds": "2.55000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc929812-d0f9-421b-9ee7-09bc8493c8c1/?format=api"
                }
            ]
        },
        {
            "id": "2fd96441-9e35-4584-89f9-61c65980faf6",
            "match": "https://api-prod.gambitprofit.com/api/matches/761f333c-8976-4002-8c3c-4bd40dfe627c/?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": "Washington",
                        "amount": 5000.0
                    },
                    {
                        "team": "Michigan State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "52d01f0f-4cc1-4e0e-b24c-9728ee54fd6d",
                    "gambit_id": "ee9c7100-d07c-4d65-9162-0014a2dee858",
                    "last_updated": "2022-09-18T09:52:20.126498-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Washington",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fd96441-9e35-4584-89f9-61c65980faf6/?format=api"
                },
                {
                    "id": "fc119e0d-6c67-495a-8e97-f80ebd6e2abc",
                    "gambit_id": "1b1e92d5-d0d5-4735-84ff-67d836cdf7ab",
                    "last_updated": "2022-09-18T09:52:20.127466-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Michigan State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fd96441-9e35-4584-89f9-61c65980faf6/?format=api"
                }
            ]
        },
        {
            "id": "d0e28748-3cda-4b54-99c6-f0171a245d85",
            "match": "https://api-prod.gambitprofit.com/api/matches/761f333c-8976-4002-8c3c-4bd40dfe627c/?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 56.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 56.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9aef46cc-9e3b-4486-98a6-299b982d1d07",
                    "gambit_id": "ebebda7c-4a1d-4909-8ee7-a658aab25155",
                    "last_updated": "2022-09-18T09:52:20.120525-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 56.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "56.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0e28748-3cda-4b54-99c6-f0171a245d85/?format=api"
                },
                {
                    "id": "6f5df6c2-855f-4675-995b-0e1add5bd761",
                    "gambit_id": "d1c8ccdb-1e1f-4f1a-8a49-16759414f30b",
                    "last_updated": "2022-09-18T09:52:20.121577-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 56.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "56.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0e28748-3cda-4b54-99c6-f0171a245d85/?format=api"
                }
            ]
        }
    ]
}