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/7d65bb08-e195-46ec-b76b-3db078ede0b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d65bb08-e195-46ec-b76b-3db078ede0b5",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "0674b2dc-e414-40db-9516-34be784716e1",
    "completed": true,
    "last_updated": "2023-07-02T10:53:18.392619-04:00",
    "created_at": "2023-06-30T17:38:16.110600-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.0,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/0674b2dc-e414-40db-9516-34be784716e1",
    "datetime": "2023-06-30T21:40:00-04:00",
    "cutoff_datetime": "2023-06-30T21:40:00-04:00",
    "name": "CWS (T Banks) v. OAK (L Medina)",
    "bettypes": [
        {
            "id": "a72bfbf5-b8ff-4574-b229-f085a46ed2dd",
            "match": "https://api-prod.gambitprofit.com/api/matches/7d65bb08-e195-46ec-b76b-3db078ede0b5/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-30T17:38:16.113234-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": "CWS (T Banks)",
                        "amount": 6035.0
                    },
                    {
                        "team": "OAK (L Medina)",
                        "amount": 3965.0
                    }
                ],
                "expected_reward_tokens": 9595.3,
                "profit_sb": 95.3,
                "profit_sb_percentage": 1.0,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e8c72aaa-54e1-4777-baa6-e84eab244283",
                    "gambit_id": "42d34088-fe2e-4c8b-b07d-937b6cca6cac",
                    "last_updated": "2023-07-02T10:53:18.397908-04:00",
                    "created_at": "2023-06-30T17:38:16.115213-04:00",
                    "name": "CWS (T Banks)",
                    "reward": "1.59000",
                    "odds": "1.61350",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a72bfbf5-b8ff-4574-b229-f085a46ed2dd/?format=api"
                },
                {
                    "id": "e5bad1bc-78b6-47d6-aaad-691fd4df5b3b",
                    "gambit_id": "accf5c63-5439-4e4d-82e6-9cd2983aa951",
                    "last_updated": "2023-07-02T10:53:18.400352-04:00",
                    "created_at": "2023-06-30T17:38:16.116838-04:00",
                    "name": "OAK (L Medina)",
                    "reward": "2.42000",
                    "odds": "2.48000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a72bfbf5-b8ff-4574-b229-f085a46ed2dd/?format=api"
                }
            ]
        },
        {
            "id": "47cc3270-2a07-440a-ab0f-976a13a38cc8",
            "match": "https://api-prod.gambitprofit.com/api/matches/7d65bb08-e195-46ec-b76b-3db078ede0b5/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-06-30T17:38:16.118419-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": "OAK",
                        "amount": 5213.0
                    },
                    {
                        "team": "CWS",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e01652ff-dc89-4b46-a9b4-d2711cc8e064",
                    "gambit_id": "e9348fe6-a6f3-45e2-a3f7-774c56c263cc",
                    "last_updated": "2023-07-02T10:53:18.408257-04:00",
                    "created_at": "2023-06-30T17:38:16.121809-04:00",
                    "name": "OAK",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47cc3270-2a07-440a-ab0f-976a13a38cc8/?format=api"
                },
                {
                    "id": "14e6828b-7e4a-4930-a48d-46ef62ab2d0c",
                    "gambit_id": "c7339140-52ea-4a95-aef2-3e155f6f6e39",
                    "last_updated": "2023-07-02T10:53:18.405397-04:00",
                    "created_at": "2023-06-30T17:38:16.120301-04:00",
                    "name": "CWS",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47cc3270-2a07-440a-ab0f-976a13a38cc8/?format=api"
                }
            ]
        },
        {
            "id": "7a7b635e-c8ec-4aa7-9bc5-4b84fcf96e2e",
            "match": "https://api-prod.gambitprofit.com/api/matches/7d65bb08-e195-46ec-b76b-3db078ede0b5/?format=api",
            "name": "Over/Under",
            "created_at": "2023-06-30T17:38:16.123542-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 9",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Over 9",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8eab2cb9-7a38-4242-b96e-dd0ee7971eb0",
                    "gambit_id": "8081a417-07eb-482a-b40b-c28e810c5e31",
                    "last_updated": "2023-07-02T10:53:18.415396-04:00",
                    "created_at": "2023-06-30T17:38:16.126603-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a7b635e-c8ec-4aa7-9bc5-4b84fcf96e2e/?format=api"
                },
                {
                    "id": "59c0e8f7-d57f-4b0d-8cd6-e486652f9873",
                    "gambit_id": "c1eec12f-66cd-4bc6-929e-302cf60d1b71",
                    "last_updated": "2023-07-02T10:53:18.413000-04:00",
                    "created_at": "2023-06-30T17:38:16.124953-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a7b635e-c8ec-4aa7-9bc5-4b84fcf96e2e/?format=api"
                }
            ]
        }
    ]
}