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/0bcc12cd-7883-459d-85f7-55f8bf82c43a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0bcc12cd-7883-459d-85f7-55f8bf82c43a",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "17f151c4-6524-4a92-b41b-1b31117c2b2f",
    "completed": true,
    "last_updated": "2022-09-25T11:37:16.024034-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.45,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/17f151c4-6524-4a92-b41b-1b31117c2b2f",
    "datetime": "2022-09-24T12:00:00-04:00",
    "cutoff_datetime": "2022-09-24T12:00:00-04:00",
    "name": "South Florida v. Louisville",
    "bettypes": [
        {
            "id": "d825bebc-b944-4aab-b498-239cf0f3100a",
            "match": "https://api-prod.gambitprofit.com/api/matches/0bcc12cd-7883-459d-85f7-55f8bf82c43a/?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": "Louisville",
                        "amount": 8096.0
                    },
                    {
                        "team": "South Florida",
                        "amount": 1904.0
                    }
                ],
                "expected_reward_tokens": 9310.4,
                "profit_sb": 310.4,
                "profit_sb_percentage": 3.45,
                "recommended": true
            },
            "lines": [
                {
                    "id": "11aa4a3f-a0f7-4666-89c0-aa2bdf166a02",
                    "gambit_id": "c3d123bd-1584-4af5-bf35-4c14e926b036",
                    "last_updated": "2022-09-25T11:37:16.030431-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Louisville",
                    "reward": "1.15000",
                    "odds": "1.16670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d825bebc-b944-4aab-b498-239cf0f3100a/?format=api"
                },
                {
                    "id": "fe712d04-724c-4ec9-ab16-5bb653f8ece8",
                    "gambit_id": "c9ae1502-d6df-40de-bb48-f1decaaab1e5",
                    "last_updated": "2022-09-25T11:37:16.031361-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Florida",
                    "reward": "4.89000",
                    "odds": "5.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d825bebc-b944-4aab-b498-239cf0f3100a/?format=api"
                }
            ]
        },
        {
            "id": "4c0132bc-c8da-4ef9-91bd-ecc0289d8898",
            "match": "https://api-prod.gambitprofit.com/api/matches/0bcc12cd-7883-459d-85f7-55f8bf82c43a/?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": "Louisville",
                        "amount": 5097.0
                    },
                    {
                        "team": "South Florida",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "c47ed556-e004-4cca-981f-a1a073eb9884",
                    "gambit_id": "e7d40fff-a1f6-41df-a04e-b2639024dbdf",
                    "last_updated": "2022-09-25T11:37:16.034275-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Louisville",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "-15.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c0132bc-c8da-4ef9-91bd-ecc0289d8898/?format=api"
                },
                {
                    "id": "3106a6b1-4171-45d2-a001-2e220068094a",
                    "gambit_id": "98223649-c954-4d16-9603-c3e724973871",
                    "last_updated": "2022-09-25T11:37:16.033288-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Florida",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": "15.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c0132bc-c8da-4ef9-91bd-ecc0289d8898/?format=api"
                }
            ]
        },
        {
            "id": "e3ded709-5848-49e4-b3ef-df6d3391650f",
            "match": "https://api-prod.gambitprofit.com/api/matches/0bcc12cd-7883-459d-85f7-55f8bf82c43a/?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 63",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 63",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e5c8eb40-8798-417f-8b7b-5c6b937e7f1e",
                    "gambit_id": "1d79210a-ce02-49b1-ba1c-83a41bf7dbb9",
                    "last_updated": "2022-09-25T11:37:16.026864-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 63",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "63.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3ded709-5848-49e4-b3ef-df6d3391650f/?format=api"
                },
                {
                    "id": "017afa6e-51f0-40e9-b8de-515f7302ad5c",
                    "gambit_id": "0a54ed4a-6210-4d53-9e52-90dc27709223",
                    "last_updated": "2022-09-25T11:37:16.027998-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 63",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "63.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3ded709-5848-49e4-b3ef-df6d3391650f/?format=api"
                }
            ]
        }
    ]
}