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/f72c14a1-9784-45df-aee9-8dd37eafb83a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f72c14a1-9784-45df-aee9-8dd37eafb83a",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "5ac54537-5c0c-42ce-b888-37ffb7f500e8",
    "completed": true,
    "last_updated": "2022-11-14T10:33:54.085018-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.04,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/5ac54537-5c0c-42ce-b888-37ffb7f500e8",
    "datetime": "2022-11-12T12:00:00-05:00",
    "cutoff_datetime": "2022-11-12T12:00:00-05:00",
    "name": "LSU v. Arkansas",
    "bettypes": [
        {
            "id": "734c892f-0d66-4422-abe6-1fac79142723",
            "match": "https://api-prod.gambitprofit.com/api/matches/f72c14a1-9784-45df-aee9-8dd37eafb83a/?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": "LSU",
                        "amount": 6542.0
                    },
                    {
                        "team": "Arkansas",
                        "amount": 3458.0
                    }
                ],
                "expected_reward_tokens": 9093.38,
                "profit_sb": 93.38,
                "profit_sb_percentage": 1.04,
                "recommended": true
            },
            "lines": [
                {
                    "id": "89746fec-6a9d-4d62-92ee-03816cc8e17a",
                    "gambit_id": "d31710ef-a8fc-4014-9cfc-c6e5a891c399",
                    "last_updated": "2022-11-14T10:33:54.091933-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "LSU",
                    "reward": "1.39000",
                    "odds": "1.44440",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/734c892f-0d66-4422-abe6-1fac79142723/?format=api"
                },
                {
                    "id": "31e2b77c-de55-44a5-8a68-70baf902c0c1",
                    "gambit_id": "db6480e5-0b9f-4c42-a0e9-d6e6a7f210e9",
                    "last_updated": "2022-11-14T10:33:54.090956-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arkansas",
                    "reward": "2.63000",
                    "odds": "2.85000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/734c892f-0d66-4422-abe6-1fac79142723/?format=api"
                }
            ]
        },
        {
            "id": "17c2f146-77e4-457c-9366-d92051ea4a2e",
            "match": "https://api-prod.gambitprofit.com/api/matches/f72c14a1-9784-45df-aee9-8dd37eafb83a/?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": "LSU",
                        "amount": 5097.0
                    },
                    {
                        "team": "Arkansas",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "5a201281-f094-4012-a0cb-03cbab27661e",
                    "gambit_id": "217b9393-ed63-40c3-9397-35b4500e0301",
                    "last_updated": "2022-11-14T10:33:54.095206-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "LSU",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "-5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17c2f146-77e4-457c-9366-d92051ea4a2e/?format=api"
                },
                {
                    "id": "bc22df12-2947-46ce-b376-ca2df7719418",
                    "gambit_id": "cf7eb6aa-3062-4637-8624-0aeb058107b5",
                    "last_updated": "2022-11-14T10:33:54.093885-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arkansas",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": "5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17c2f146-77e4-457c-9366-d92051ea4a2e/?format=api"
                }
            ]
        },
        {
            "id": "dbd0b6dc-9e05-42b5-ab9a-90a9ec8228ce",
            "match": "https://api-prod.gambitprofit.com/api/matches/f72c14a1-9784-45df-aee9-8dd37eafb83a/?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 58.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 58.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b2231672-5ed5-4d67-b2d5-0e1d37fd8b73",
                    "gambit_id": "a00a3fdd-ec47-47cf-b0e3-66c3e8dd5519",
                    "last_updated": "2022-11-14T10:33:54.089040-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 58.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "58.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbd0b6dc-9e05-42b5-ab9a-90a9ec8228ce/?format=api"
                },
                {
                    "id": "12ee36c5-7d95-4857-953b-b181ce084d14",
                    "gambit_id": "034d8673-dbb4-4c3b-a8a5-1d351b0a1dce",
                    "last_updated": "2022-11-14T10:33:54.087806-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 58.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "58.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbd0b6dc-9e05-42b5-ab9a-90a9ec8228ce/?format=api"
                }
            ]
        }
    ]
}