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/c3afacd6-b54b-4ca3-b900-197c7cb1fe57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3afacd6-b54b-4ca3-b900-197c7cb1fe57",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b978ee68-e3fd-45ab-8109-245514caedbd",
    "completed": true,
    "last_updated": "2022-10-17T15:12:30.077623-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.57,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/b978ee68-e3fd-45ab-8109-245514caedbd",
    "datetime": "2022-10-16T16:25:00-04:00",
    "cutoff_datetime": "2022-10-16T16:25:00-04:00",
    "name": "Buffalo Bills v. Kansas City Chiefs",
    "bettypes": [
        {
            "id": "c2c223ef-6c28-4c63-a258-fafc6b463ceb",
            "match": "https://api-prod.gambitprofit.com/api/matches/c3afacd6-b54b-4ca3-b900-197c7cb1fe57/?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 Bills",
                        "amount": 5791.0
                    },
                    {
                        "team": "Kansas City Chiefs",
                        "amount": 4209.0
                    }
                ],
                "expected_reward_tokens": 9554.43,
                "profit_sb": 54.43,
                "profit_sb_percentage": 0.57,
                "recommended": true
            },
            "lines": [
                {
                    "id": "bbdf0b8c-3ba6-4a04-a2db-bdb6d576d64a",
                    "gambit_id": "0ff1fbbe-710a-4b06-810f-9ecc9a537fff",
                    "last_updated": "2022-10-17T15:12:30.084867-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo Bills",
                    "reward": "1.65000",
                    "odds": "1.66670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2c223ef-6c28-4c63-a258-fafc6b463ceb/?format=api"
                },
                {
                    "id": "0881c4c3-c97c-462b-8773-2f3b59d6241d",
                    "gambit_id": "9d57e54a-313f-47ac-8ba0-16402315a8e4",
                    "last_updated": "2022-10-17T15:12:30.083873-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas City Chiefs",
                    "reward": "2.27000",
                    "odds": "2.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2c223ef-6c28-4c63-a258-fafc6b463ceb/?format=api"
                }
            ]
        },
        {
            "id": "1d4be05f-fd6f-4da9-9624-86b5a3129cd8",
            "match": "https://api-prod.gambitprofit.com/api/matches/c3afacd6-b54b-4ca3-b900-197c7cb1fe57/?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": "Buffalo Bills",
                        "amount": 5224.0
                    },
                    {
                        "team": "Kansas City Chiefs",
                        "amount": 4776.0
                    }
                ],
                "expected_reward_tokens": 9455.44,
                "profit_sb": -44.56,
                "profit_sb_percentage": -0.47,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8494e208-cba2-4de1-a3e1-26d26b55c4bd",
                    "gambit_id": "ed0c1cd0-8f84-4e4e-96aa-a50fd55158f1",
                    "last_updated": "2022-10-17T15:12:30.087857-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo Bills",
                    "reward": "1.81000",
                    "odds": "1.83330",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d4be05f-fd6f-4da9-9624-86b5a3129cd8/?format=api"
                },
                {
                    "id": "b1d5d429-d5c4-4a96-a8c6-efdbf7af1622",
                    "gambit_id": "d5118065-b23c-4e5b-a588-0f11d4e44cf0",
                    "last_updated": "2022-10-17T15:12:30.086858-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas City Chiefs",
                    "reward": "1.98000",
                    "odds": "2.00000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d4be05f-fd6f-4da9-9624-86b5a3129cd8/?format=api"
                }
            ]
        },
        {
            "id": "77e035ce-102f-487a-979b-7dcf57965f27",
            "match": "https://api-prod.gambitprofit.com/api/matches/c3afacd6-b54b-4ca3-b900-197c7cb1fe57/?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 54.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 54.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9450.0,
                "profit_sb": -50.0,
                "profit_sb_percentage": -0.53,
                "recommended": false
            },
            "lines": [
                {
                    "id": "db7d4758-3c05-4fc6-ac3d-bd02d8546ebe",
                    "gambit_id": "491da880-e901-42f4-a392-8452834196da",
                    "last_updated": "2022-10-17T15:12:30.080706-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 54.5",
                    "reward": "1.89000",
                    "odds": "1.90910",
                    "spread": "54.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77e035ce-102f-487a-979b-7dcf57965f27/?format=api"
                },
                {
                    "id": "887f58e7-01b7-4366-a35c-de941e14c722",
                    "gambit_id": "b1581ac4-928a-400f-aad2-3a1357a2f4bd",
                    "last_updated": "2022-10-17T15:12:30.081889-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 54.5",
                    "reward": "1.89000",
                    "odds": "1.90910",
                    "spread": "54.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77e035ce-102f-487a-979b-7dcf57965f27/?format=api"
                }
            ]
        }
    ]
}