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/c3545657-2c51-407d-913e-ffcfc24e3a66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3545657-2c51-407d-913e-ffcfc24e3a66",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "53109471-5a14-42fb-8b50-cb605d656317",
    "completed": true,
    "last_updated": "2022-11-14T15:02:46.100111-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.73,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/53109471-5a14-42fb-8b50-cb605d656317",
    "datetime": "2022-11-13T13:00:00-05:00",
    "cutoff_datetime": "2022-11-13T13:00:00-05:00",
    "name": "Detroit Lions v. Chicago Bears",
    "bettypes": [
        {
            "id": "0b298f30-a9e3-4309-b0c1-37502f60727d",
            "match": "https://api-prod.gambitprofit.com/api/matches/c3545657-2c51-407d-913e-ffcfc24e3a66/?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": "Chicago Bears",
                        "amount": 5984.0
                    },
                    {
                        "team": "Detroit Lions",
                        "amount": 4016.0
                    }
                ],
                "expected_reward_tokens": 9155.52,
                "profit_sb": 155.52,
                "profit_sb_percentage": 1.73,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b3b2dbf1-b240-4672-8f9b-3a6236b6ccbc",
                    "gambit_id": "7c3946c9-5ba7-4e53-812f-b3b991dbf553",
                    "last_updated": "2022-11-14T15:02:46.106965-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Chicago Bears",
                    "reward": "1.53000",
                    "odds": "1.60610",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b298f30-a9e3-4309-b0c1-37502f60727d/?format=api"
                },
                {
                    "id": "9e163f6f-6d4f-41da-8474-ba0fc756f40a",
                    "gambit_id": "65ec4f60-6234-4a29-8a31-2fa6ca61debc",
                    "last_updated": "2022-11-14T15:02:46.106013-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Lions",
                    "reward": "2.28000",
                    "odds": "2.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b298f30-a9e3-4309-b0c1-37502f60727d/?format=api"
                }
            ]
        },
        {
            "id": "eaa81749-5e78-4c73-8459-e39d153421af",
            "match": "https://api-prod.gambitprofit.com/api/matches/c3545657-2c51-407d-913e-ffcfc24e3a66/?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": "Chicago Bears",
                        "amount": 5249.0
                    },
                    {
                        "team": "Detroit Lions",
                        "amount": 4751.0
                    }
                ],
                "expected_reward_tokens": 9026.9,
                "profit_sb": 26.9,
                "profit_sb_percentage": 0.3,
                "recommended": true
            },
            "lines": [
                {
                    "id": "dd5f83ad-2f5e-4bd4-8574-e0cedd1c1b05",
                    "gambit_id": "3dc2e8e1-e6f4-437a-bb08-8b7fff1da6df",
                    "last_updated": "2022-11-14T15:02:46.108877-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Chicago Bears",
                    "reward": "1.72000",
                    "odds": "1.81970",
                    "spread": "-3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eaa81749-5e78-4c73-8459-e39d153421af/?format=api"
                },
                {
                    "id": "4e1fb530-23d3-47de-9f47-84a73f97d936",
                    "gambit_id": "48e15b44-2439-45d1-908e-d8cfaf2571a9",
                    "last_updated": "2022-11-14T15:02:46.109848-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Lions",
                    "reward": "1.90000",
                    "odds": "2.02000",
                    "spread": "3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eaa81749-5e78-4c73-8459-e39d153421af/?format=api"
                }
            ]
        },
        {
            "id": "627fd253-5cae-4c3d-b0a7-0e2707e4fade",
            "match": "https://api-prod.gambitprofit.com/api/matches/c3545657-2c51-407d-913e-ffcfc24e3a66/?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 48",
                        "amount": 5097.0
                    },
                    {
                        "team": "Game Total Under 48",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "c2ca5c90-0d65-45e7-be77-fa66b224e1c1",
                    "gambit_id": "408bb8ff-71d5-4ac1-90d0-bd0557d3e4eb",
                    "last_updated": "2022-11-14T15:02:46.104089-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 48",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "48.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/627fd253-5cae-4c3d-b0a7-0e2707e4fade/?format=api"
                },
                {
                    "id": "8780464e-97ed-447d-8b17-3be30cfc95ae",
                    "gambit_id": "eb31e3fb-2392-40e9-b643-b78afd4a7244",
                    "last_updated": "2022-11-14T15:02:46.102938-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 48",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": "48.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/627fd253-5cae-4c3d-b0a7-0e2707e4fade/?format=api"
                }
            ]
        }
    ]
}