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/252765c2-afc4-44ed-a97d-d03ead0f59e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "252765c2-afc4-44ed-a97d-d03ead0f59e1",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "c67820eb-260c-423e-a5d4-d745da1d9cc7",
    "completed": true,
    "last_updated": "2022-11-21T11:58:34.686531-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.94,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/c67820eb-260c-423e-a5d4-d745da1d9cc7",
    "datetime": "2022-11-19T14:00:00-05:00",
    "cutoff_datetime": "2022-11-19T14:00:00-05:00",
    "name": "Kansas State v. West Virginia",
    "bettypes": [
        {
            "id": "121314cc-fe26-4cb2-a6b0-8182789ab097",
            "match": "https://api-prod.gambitprofit.com/api/matches/252765c2-afc4-44ed-a97d-d03ead0f59e1/?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": "Kansas State",
                        "amount": 7168.0
                    },
                    {
                        "team": "West Virginia",
                        "amount": 2832.0
                    }
                ],
                "expected_reward_tokens": 9175.04,
                "profit_sb": 175.04,
                "profit_sb_percentage": 1.94,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d395baa1-758a-4c5c-9cab-8fc8214e8684",
                    "gambit_id": "d1fd55a1-1574-489b-993b-dbc182e0d246",
                    "last_updated": "2022-11-21T11:58:34.689324-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas State",
                    "reward": "1.28000",
                    "odds": "1.32260",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/121314cc-fe26-4cb2-a6b0-8182789ab097/?format=api"
                },
                {
                    "id": "9fd33b68-f130-483f-a073-9cff36cb5b0b",
                    "gambit_id": "146074c0-4da4-4372-b788-98a6e2e34486",
                    "last_updated": "2022-11-21T11:58:34.690451-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "West Virginia",
                    "reward": "3.24000",
                    "odds": "3.55000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/121314cc-fe26-4cb2-a6b0-8182789ab097/?format=api"
                }
            ]
        },
        {
            "id": "7862b2da-7358-4810-a21e-679b7df3e43d",
            "match": "https://api-prod.gambitprofit.com/api/matches/252765c2-afc4-44ed-a97d-d03ead0f59e1/?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": "West Virginia",
                        "amount": 5000.0
                    },
                    {
                        "team": "Kansas State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d6a4811e-ac17-42d9-9c14-98d0c06dee79",
                    "gambit_id": "5271690c-a3f2-4fd8-a726-fbee84803e4b",
                    "last_updated": "2022-11-21T11:58:34.692701-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "West Virginia",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7862b2da-7358-4810-a21e-679b7df3e43d/?format=api"
                },
                {
                    "id": "63dee576-dfa8-4782-a9dc-17997f8108db",
                    "gambit_id": "2e2783f5-280a-4f24-aabf-075f6d23d3ae",
                    "last_updated": "2022-11-21T11:58:34.693824-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7862b2da-7358-4810-a21e-679b7df3e43d/?format=api"
                }
            ]
        }
    ]
}