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/7aa81172-9a25-48ec-ae44-0e52bd162fcf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7aa81172-9a25-48ec-ae44-0e52bd162fcf",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "940aad19-50a1-4345-8089-df91d56207fe",
    "completed": true,
    "last_updated": "2024-01-01T19:48:20.657693-05:00",
    "created_at": "2023-12-30T10:43:15.267768-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.01,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/940aad19-50a1-4345-8089-df91d56207fe",
    "datetime": "2023-12-30T19:07:00-05:00",
    "cutoff_datetime": "2023-12-30T19:07:00-05:00",
    "name": "New York Rangers v. Tampa Bay Lightning",
    "bettypes": [
        {
            "id": "664ad35d-b542-4e76-8ba4-7aabb1092adb",
            "match": "https://api-prod.gambitprofit.com/api/matches/7aa81172-9a25-48ec-ae44-0e52bd162fcf/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-12-30T10:43:15.281117-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": "Tampa Bay Lightning",
                        "amount": 5107.0
                    },
                    {
                        "team": "New York Rangers",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "af10a993-062c-4f57-8618-584450fe0d59",
                    "gambit_id": "9b323d12-e1e7-4a91-91cf-183b97cb94a3",
                    "last_updated": "2024-01-01T19:48:20.674551-05:00",
                    "created_at": "2023-12-30T10:43:15.288869-05:00",
                    "name": "Tampa Bay Lightning",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/664ad35d-b542-4e76-8ba4-7aabb1092adb/?format=api"
                },
                {
                    "id": "9d14fd78-24d9-457f-816b-4eb72fffb377",
                    "gambit_id": "aa7b6276-d663-4374-ab06-1713dbeafd40",
                    "last_updated": "2024-01-01T19:48:20.671207-05:00",
                    "created_at": "2023-12-30T10:43:15.284855-05:00",
                    "name": "New York Rangers",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/664ad35d-b542-4e76-8ba4-7aabb1092adb/?format=api"
                }
            ]
        },
        {
            "id": "e83dd1bc-3f2d-412a-860d-84e5de3635ba",
            "match": "https://api-prod.gambitprofit.com/api/matches/7aa81172-9a25-48ec-ae44-0e52bd162fcf/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-12-30T10:43:15.292931-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": "New York Rangers",
                        "amount": 6935.0
                    },
                    {
                        "team": "Tampa Bay Lightning",
                        "amount": 3065.0
                    }
                ],
                "expected_reward_tokens": 9500.95,
                "profit_sb": 0.95,
                "profit_sb_percentage": 0.01,
                "recommended": true
            },
            "lines": [
                {
                    "id": "cafbe4ac-bbdf-4c2a-9e71-8501ec3f8365",
                    "gambit_id": "82211521-d4ad-40c6-8118-eec80dde7902",
                    "last_updated": "2024-01-01T19:48:20.689151-05:00",
                    "created_at": "2023-12-30T10:43:15.300093-05:00",
                    "name": "New York Rangers",
                    "reward": "1.37000",
                    "odds": "1.38460",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e83dd1bc-3f2d-412a-860d-84e5de3635ba/?format=api"
                },
                {
                    "id": "d3ae8daf-010e-4138-b6d2-a308e3cd32e8",
                    "gambit_id": "279a69bd-a94d-4351-aba9-4b65b9a3d240",
                    "last_updated": "2024-01-01T19:48:20.693752-05:00",
                    "created_at": "2023-12-30T10:43:15.305378-05:00",
                    "name": "Tampa Bay Lightning",
                    "reward": "3.10000",
                    "odds": "3.20000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e83dd1bc-3f2d-412a-860d-84e5de3635ba/?format=api"
                }
            ]
        },
        {
            "id": "2a772354-876e-4b4f-b2e4-9464b5109094",
            "match": "https://api-prod.gambitprofit.com/api/matches/7aa81172-9a25-48ec-ae44-0e52bd162fcf/?format=api",
            "name": "Over/Under",
            "created_at": "2023-12-30T10:43:15.308831-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 6",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Under 6",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "5e7d2a57-fa09-4553-8879-a0deb22d74c9",
                    "gambit_id": "3083923a-3f0a-4d36-b7f0-77ac06b9c24f",
                    "last_updated": "2024-01-01T19:48:20.701419-05:00",
                    "created_at": "2023-12-30T10:43:15.316526-05:00",
                    "name": "Game Total Over 6",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a772354-876e-4b4f-b2e4-9464b5109094/?format=api"
                },
                {
                    "id": "35faee0c-ab49-43f5-b707-035e2be8ad17",
                    "gambit_id": "f81d569b-2b16-42d3-a26c-43b9a49bb0dc",
                    "last_updated": "2024-01-01T19:48:20.705149-05:00",
                    "created_at": "2023-12-30T10:43:15.320604-05:00",
                    "name": "Game Total Under 6",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a772354-876e-4b4f-b2e4-9464b5109094/?format=api"
                }
            ]
        }
    ]
}