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/a8766141-5684-44b3-b5b0-cba615e7c514/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8766141-5684-44b3-b5b0-cba615e7c514",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "77d827bf-efe0-446d-8a3e-a0bdb8805b13",
    "completed": true,
    "last_updated": "2022-11-21T15:53:13.238190-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.77,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/77d827bf-efe0-446d-8a3e-a0bdb8805b13",
    "datetime": "2022-11-20T13:00:00-05:00",
    "cutoff_datetime": "2022-11-20T13:00:00-05:00",
    "name": "Cleveland Browns v. Buffalo Bills",
    "bettypes": [
        {
            "id": "88fd6a8b-827f-4d8b-9ba0-a857a9d93cb1",
            "match": "https://api-prod.gambitprofit.com/api/matches/a8766141-5684-44b3-b5b0-cba615e7c514/?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": "Buffalo Bills",
                        "amount": 7520.0
                    },
                    {
                        "team": "Cleveland Browns",
                        "amount": 2480.0
                    }
                ],
                "expected_reward_tokens": 9249.6,
                "profit_sb": 249.6,
                "profit_sb_percentage": 2.77,
                "recommended": true
            },
            "lines": [
                {
                    "id": "fd030084-1ab4-49e4-8273-f8e7e775f038",
                    "gambit_id": "951559e6-28e3-469b-bc4c-487d6cc4099b",
                    "last_updated": "2022-11-21T15:53:13.244689-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo Bills",
                    "reward": "1.23000",
                    "odds": "1.25640",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88fd6a8b-827f-4d8b-9ba0-a857a9d93cb1/?format=api"
                },
                {
                    "id": "d00b9410-095a-416c-9c3e-04f6db5da61a",
                    "gambit_id": "79fa87cd-452d-4da3-8913-47f087c48ce2",
                    "last_updated": "2022-11-21T15:53:13.245830-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cleveland Browns",
                    "reward": "3.73000",
                    "odds": "4.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88fd6a8b-827f-4d8b-9ba0-a857a9d93cb1/?format=api"
                }
            ]
        },
        {
            "id": "85f67ced-6775-44b8-adcf-825738f764af",
            "match": "https://api-prod.gambitprofit.com/api/matches/a8766141-5684-44b3-b5b0-cba615e7c514/?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": "Cleveland Browns",
                        "amount": 5000.0
                    },
                    {
                        "team": "Buffalo Bills",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "630e9a98-2524-416f-a36a-e43f3f7441be",
                    "gambit_id": "4dc75617-a14c-4eca-a487-befe54798b7a",
                    "last_updated": "2022-11-21T15:53:13.249284-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cleveland Browns",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85f67ced-6775-44b8-adcf-825738f764af/?format=api"
                },
                {
                    "id": "70f9f857-2413-4bee-84fc-d884766d6084",
                    "gambit_id": "a49b24b2-3a89-453c-ae48-b2166d805506",
                    "last_updated": "2022-11-21T15:53:13.248141-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo Bills",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85f67ced-6775-44b8-adcf-825738f764af/?format=api"
                }
            ]
        },
        {
            "id": "887be986-4d66-4685-937a-bb876b438201",
            "match": "https://api-prod.gambitprofit.com/api/matches/a8766141-5684-44b3-b5b0-cba615e7c514/?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 42",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 42",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "01091049-c8d0-44fc-9720-eb957924e5c3",
                    "gambit_id": "d1e66c52-76ec-4580-a054-9c04da3ff875",
                    "last_updated": "2022-11-21T15:53:13.240996-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 42",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "42.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/887be986-4d66-4685-937a-bb876b438201/?format=api"
                },
                {
                    "id": "304c779b-c93f-4699-80f1-1a704cca7500",
                    "gambit_id": "24cc6bee-ace3-4ae2-bb26-3235c45c9be8",
                    "last_updated": "2022-11-21T15:53:13.242175-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 42",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "42.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/887be986-4d66-4685-937a-bb876b438201/?format=api"
                }
            ]
        }
    ]
}