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/222f52df-2b4e-4bc8-85b8-b80c02e991c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "222f52df-2b4e-4bc8-85b8-b80c02e991c4",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "2fd7be33-dd2a-4ade-85a2-90b21eda2477",
    "completed": true,
    "last_updated": "2023-07-31T13:03:19.913758-04:00",
    "created_at": "2023-07-29T08:08:08.445942-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.59,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/2fd7be33-dd2a-4ade-85a2-90b21eda2477",
    "datetime": "2023-07-29T19:15:00-04:00",
    "cutoff_datetime": "2023-07-29T19:15:00-04:00",
    "name": "CHC (J Taillon) v. STL (A Wainwright)",
    "bettypes": [
        {
            "id": "4b7706fc-9dfe-4142-b063-210a88702e6d",
            "match": "https://api-prod.gambitprofit.com/api/matches/222f52df-2b4e-4bc8-85b8-b80c02e991c4/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-07-29T08:08:08.451649-04: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": "CHC (J Taillon)",
                        "amount": 5222.0
                    },
                    {
                        "team": "STL (A Wainwright)",
                        "amount": 4778.0
                    }
                ],
                "expected_reward_tokens": 9556.0,
                "profit_sb": 56.0,
                "profit_sb_percentage": 0.59,
                "recommended": true
            },
            "lines": [
                {
                    "id": "bf99bdf7-6339-42f0-a13f-837ca0947c29",
                    "gambit_id": "07e0f2d4-0823-44fb-a09e-7f29f22c6630",
                    "last_updated": "2023-07-31T13:03:19.925187-04:00",
                    "created_at": "2023-07-29T08:08:08.455974-04:00",
                    "name": "CHC (J Taillon)",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b7706fc-9dfe-4142-b063-210a88702e6d/?format=api"
                },
                {
                    "id": "0d9b6dc9-49df-4c42-b705-cb3566c71517",
                    "gambit_id": "382fbe51-cbaa-49a7-80f1-67403d0151c4",
                    "last_updated": "2023-07-31T13:03:19.928844-04:00",
                    "created_at": "2023-07-29T08:08:08.460197-04:00",
                    "name": "STL (A Wainwright)",
                    "reward": "2.00000",
                    "odds": "2.05000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b7706fc-9dfe-4142-b063-210a88702e6d/?format=api"
                }
            ]
        },
        {
            "id": "c9b723ad-6dc3-4f25-96ca-bda81d8ba91c",
            "match": "https://api-prod.gambitprofit.com/api/matches/222f52df-2b4e-4bc8-85b8-b80c02e991c4/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-07-29T08:08:08.464178-04: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": "CHC",
                        "amount": 6449.0
                    },
                    {
                        "team": "STL",
                        "amount": 3551.0
                    }
                ],
                "expected_reward_tokens": 9480.03,
                "profit_sb": -19.97,
                "profit_sb_percentage": -0.21,
                "recommended": false
            },
            "lines": [
                {
                    "id": "cf47a931-d801-4237-ad82-81d65928fe9d",
                    "gambit_id": "4376485e-c189-4c21-87b8-0194c127515c",
                    "last_updated": "2023-07-31T13:03:19.936429-04:00",
                    "created_at": "2023-07-29T08:08:08.469338-04:00",
                    "name": "CHC",
                    "reward": "1.47000",
                    "odds": "1.48780",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9b723ad-6dc3-4f25-96ca-bda81d8ba91c/?format=api"
                },
                {
                    "id": "31f86021-2f88-4e87-9974-adcbb5a0a7a7",
                    "gambit_id": "e8fd8619-57a3-4f56-beee-bd04440bd13a",
                    "last_updated": "2023-07-31T13:03:19.940127-04:00",
                    "created_at": "2023-07-29T08:08:08.474170-04:00",
                    "name": "STL",
                    "reward": "2.67000",
                    "odds": "2.75000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9b723ad-6dc3-4f25-96ca-bda81d8ba91c/?format=api"
                }
            ]
        },
        {
            "id": "58cc6e1f-c992-4b16-8ca6-e2e1087ba24b",
            "match": "https://api-prod.gambitprofit.com/api/matches/222f52df-2b4e-4bc8-85b8-b80c02e991c4/?format=api",
            "name": "Over/Under",
            "created_at": "2023-07-29T08:08:08.478709-04: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 10",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 10",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "40b84d38-7857-4333-b799-41a474501170",
                    "gambit_id": "9d222d8b-7602-45ac-811b-90d49c8a6c42",
                    "last_updated": "2023-07-31T13:03:19.951465-04:00",
                    "created_at": "2023-07-29T08:08:08.487070-04:00",
                    "name": "Game Total Under 10",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58cc6e1f-c992-4b16-8ca6-e2e1087ba24b/?format=api"
                },
                {
                    "id": "03b732c4-b5d4-4ff6-9278-326b7126568f",
                    "gambit_id": "3f4b69e6-f53b-4682-90e2-790156a0390b",
                    "last_updated": "2023-07-31T13:03:19.947769-04:00",
                    "created_at": "2023-07-29T08:08:08.482539-04:00",
                    "name": "Game Total Over 10",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58cc6e1f-c992-4b16-8ca6-e2e1087ba24b/?format=api"
                }
            ]
        }
    ]
}