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/184c6e6f-2afb-4f3e-828f-ba13bef75b64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "184c6e6f-2afb-4f3e-828f-ba13bef75b64",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "e88cdcd9-5feb-4b38-aefb-e89d9bae0fbd",
    "completed": true,
    "last_updated": "2022-11-02T21:12:12.774865-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 5.51,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/e88cdcd9-5feb-4b38-aefb-e89d9bae0fbd",
    "datetime": "2022-11-01T19:30:00-04:00",
    "cutoff_datetime": "2022-11-01T19:30:00-04:00",
    "name": "Buffalo v. Ohio",
    "bettypes": [
        {
            "id": "a52ebbb2-ceb9-4778-9ea6-bf6d14ba97e4",
            "match": "https://api-prod.gambitprofit.com/api/matches/184c6e6f-2afb-4f3e-828f-ba13bef75b64/?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",
                        "amount": 5521.0
                    },
                    {
                        "team": "Ohio",
                        "amount": 4479.0
                    }
                ],
                "expected_reward_tokens": 9495.48,
                "profit_sb": 495.48,
                "profit_sb_percentage": 5.51,
                "recommended": true
            },
            "lines": [
                {
                    "id": "0540b4a1-a3ea-418a-bf34-1a93710dd5eb",
                    "gambit_id": "3b0688b8-f985-4fa5-ae42-579d54e5b341",
                    "last_updated": "2022-11-02T21:12:12.781617-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo",
                    "reward": "1.72000",
                    "odds": "1.74070",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a52ebbb2-ceb9-4778-9ea6-bf6d14ba97e4/?format=api"
                },
                {
                    "id": "4c4ff56e-6bce-4313-b025-91c0d82b5899",
                    "gambit_id": "cb7fcde6-8e9d-4946-a636-753309aa3b72",
                    "last_updated": "2022-11-02T21:12:12.780674-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Ohio",
                    "reward": "2.12000",
                    "odds": "2.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a52ebbb2-ceb9-4778-9ea6-bf6d14ba97e4/?format=api"
                }
            ]
        },
        {
            "id": "a458766c-558f-43b7-a0ec-265a89fe5d29",
            "match": "https://api-prod.gambitprofit.com/api/matches/184c6e6f-2afb-4f3e-828f-ba13bef75b64/?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": "Buffalo",
                        "amount": 5000.0
                    },
                    {
                        "team": "Ohio",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": 400.0,
                "profit_sb_percentage": 4.44,
                "recommended": true
            },
            "lines": [
                {
                    "id": "5f1fcc4c-2ae8-43bf-acfa-bf13a92f1ea1",
                    "gambit_id": "a903ffa5-6395-4d90-ba75-d534d2783972",
                    "last_updated": "2022-11-02T21:12:12.784437-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a458766c-558f-43b7-a0ec-265a89fe5d29/?format=api"
                },
                {
                    "id": "d509e08d-cc2d-4552-8421-6f9863686a19",
                    "gambit_id": "eefef924-171c-4ed3-b959-06df3c94076f",
                    "last_updated": "2022-11-02T21:12:12.783497-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Ohio",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a458766c-558f-43b7-a0ec-265a89fe5d29/?format=api"
                }
            ]
        },
        {
            "id": "e865d735-c3fd-494b-9daf-f8109d21a153",
            "match": "https://api-prod.gambitprofit.com/api/matches/184c6e6f-2afb-4f3e-828f-ba13bef75b64/?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 Over 61",
                        "amount": 5106.0
                    },
                    {
                        "team": "Game Total Under 61",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": 395.04,
                "profit_sb_percentage": 4.39,
                "recommended": true
            },
            "lines": [
                {
                    "id": "0941f008-4a6a-4f1f-9466-a0892c0cf1d8",
                    "gambit_id": "3c543a44-27a1-493f-9bc2-5fd6130f6d30",
                    "last_updated": "2022-11-02T21:12:12.778776-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 61",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "61.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e865d735-c3fd-494b-9daf-f8109d21a153/?format=api"
                },
                {
                    "id": "77e64dda-535e-4064-bfc8-e2d7cb38d031",
                    "gambit_id": "0e92351e-cb67-42ad-8fd8-076be64fc0a2",
                    "last_updated": "2022-11-02T21:12:12.777728-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 61",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "61.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e865d735-c3fd-494b-9daf-f8109d21a153/?format=api"
                }
            ]
        }
    ]
}