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/380cabe9-e06f-49d8-ae9e-fed0961a80e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "380cabe9-e06f-49d8-ae9e-fed0961a80e6",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "5f7afe87-2784-4f61-b1d6-98223223e541",
    "completed": true,
    "last_updated": "2022-10-24T10:52:22.965017-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.11,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/5f7afe87-2784-4f61-b1d6-98223223e541",
    "datetime": "2022-10-23T13:00:00-04:00",
    "cutoff_datetime": "2022-10-23T13:00:00-04:00",
    "name": "Cleveland Browns v. Baltimore Ravens",
    "bettypes": [
        {
            "id": "65fa4eda-e2d7-41dc-a69f-9dd5e4be8638",
            "match": "https://api-prod.gambitprofit.com/api/matches/380cabe9-e06f-49d8-ae9e-fed0961a80e6/?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": "Baltimore Ravens",
                        "amount": 7115.0
                    },
                    {
                        "team": "Cleveland Browns",
                        "amount": 2885.0
                    }
                ],
                "expected_reward_tokens": 9605.25,
                "profit_sb": 105.25,
                "profit_sb_percentage": 1.11,
                "recommended": true
            },
            "lines": [
                {
                    "id": "2ce77388-14fe-430f-8564-3f7403ab92b1",
                    "gambit_id": "91f74a2e-3510-407f-ac74-9e19214eb39e",
                    "last_updated": "2022-10-24T10:52:22.972203-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Baltimore Ravens",
                    "reward": "1.35000",
                    "odds": "1.35710",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65fa4eda-e2d7-41dc-a69f-9dd5e4be8638/?format=api"
                },
                {
                    "id": "59809083-3a9f-4e4a-86be-767d8871ba75",
                    "gambit_id": "8bf31abd-7642-44db-8a0a-785c215b2a27",
                    "last_updated": "2022-10-24T10:52:22.971192-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cleveland Browns",
                    "reward": "3.33000",
                    "odds": "3.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65fa4eda-e2d7-41dc-a69f-9dd5e4be8638/?format=api"
                }
            ]
        },
        {
            "id": "bd921309-0869-4516-8ae5-eb159dec8d2d",
            "match": "https://api-prod.gambitprofit.com/api/matches/380cabe9-e06f-49d8-ae9e-fed0961a80e6/?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": "Baltimore Ravens",
                        "amount": 5106.0
                    },
                    {
                        "team": "Cleveland Browns",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "92d9e2df-77e5-45f6-8186-7de5186832bb",
                    "gambit_id": "540efc76-bba9-40c3-8499-4f88f42780f3",
                    "last_updated": "2022-10-24T10:52:22.974153-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Baltimore Ravens",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "-6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd921309-0869-4516-8ae5-eb159dec8d2d/?format=api"
                },
                {
                    "id": "8abf2241-e0b8-457b-833a-c7e54b76b5db",
                    "gambit_id": "6e6813e5-92d7-472d-9708-e05ede06981d",
                    "last_updated": "2022-10-24T10:52:22.975104-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cleveland Browns",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd921309-0869-4516-8ae5-eb159dec8d2d/?format=api"
                }
            ]
        },
        {
            "id": "de0d124d-225a-4ad9-90bd-df3a6c7fb907",
            "match": "https://api-prod.gambitprofit.com/api/matches/380cabe9-e06f-49d8-ae9e-fed0961a80e6/?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 46.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 46.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "2cc74b72-8d42-4900-b0c0-0ab04f725347",
                    "gambit_id": "c2ad34e4-6576-439d-ad93-4e88d007106d",
                    "last_updated": "2022-10-24T10:52:22.967923-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 46.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "46.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de0d124d-225a-4ad9-90bd-df3a6c7fb907/?format=api"
                },
                {
                    "id": "a0b2482b-f055-4ed9-b804-416f95b4b9cd",
                    "gambit_id": "d0b817f8-1e9b-45b4-be88-2a8e9e2b2687",
                    "last_updated": "2022-10-24T10:52:22.968970-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 46.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "46.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de0d124d-225a-4ad9-90bd-df3a6c7fb907/?format=api"
                }
            ]
        }
    ]
}