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/205b74ff-26fe-489c-8629-6e988b0771c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "205b74ff-26fe-489c-8629-6e988b0771c0",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "77e5cc97-30a0-4363-a525-8f3d67bdfe76",
    "completed": true,
    "last_updated": "2022-11-06T09:08:25.009866-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.63,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/77e5cc97-30a0-4363-a525-8f3d67bdfe76",
    "datetime": "2022-11-05T15:30:00-04:00",
    "cutoff_datetime": "2022-11-05T15:30:00-04:00",
    "name": "Michigan State v. Illinois",
    "bettypes": [
        {
            "id": "cea2125c-8f21-421d-b0bc-ac527fbb6952",
            "match": "https://api-prod.gambitprofit.com/api/matches/205b74ff-26fe-489c-8629-6e988b0771c0/?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": "Illinois",
                        "amount": 8403.0
                    },
                    {
                        "team": "Michigan State",
                        "amount": 1597.0
                    }
                ],
                "expected_reward_tokens": 9326.48,
                "profit_sb": 326.48,
                "profit_sb_percentage": 3.63,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d9391016-8b95-4dcc-bf0b-e8691b088f80",
                    "gambit_id": "ec45090c-fd9e-4200-8ccc-a01d6f14cc6b",
                    "last_updated": "2022-11-06T09:08:25.016504-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Illinois",
                    "reward": "1.11000",
                    "odds": "1.12500",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cea2125c-8f21-421d-b0bc-ac527fbb6952/?format=api"
                },
                {
                    "id": "078d106c-71f6-41f1-aed2-41050e4e2467",
                    "gambit_id": "c3be3359-5b22-4ca2-8710-93f7cfb41ab2",
                    "last_updated": "2022-11-06T09:08:25.017649-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Michigan State",
                    "reward": "5.84000",
                    "odds": "6.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cea2125c-8f21-421d-b0bc-ac527fbb6952/?format=api"
                }
            ]
        },
        {
            "id": "4756789c-3733-4772-ba4e-591a93d6ee4c",
            "match": "https://api-prod.gambitprofit.com/api/matches/205b74ff-26fe-489c-8629-6e988b0771c0/?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": "Illinois",
                        "amount": 5000.0
                    },
                    {
                        "team": "Michigan State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "dc5cbb67-9328-4fe4-8d75-c891b3dce6d6",
                    "gambit_id": "5a763cf0-9bdb-4766-add9-a675afaf1b00",
                    "last_updated": "2022-11-06T09:08:25.019880-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Illinois",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-16.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4756789c-3733-4772-ba4e-591a93d6ee4c/?format=api"
                },
                {
                    "id": "27cdd2f3-3c26-455f-8df4-8abe8f296d9a",
                    "gambit_id": "a264c8e3-c078-43cc-a4a6-dab432dd25b6",
                    "last_updated": "2022-11-06T09:08:25.020892-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Michigan State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "16.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4756789c-3733-4772-ba4e-591a93d6ee4c/?format=api"
                }
            ]
        },
        {
            "id": "6d1874b7-13e6-4282-8166-d390b9fbc674",
            "match": "https://api-prod.gambitprofit.com/api/matches/205b74ff-26fe-489c-8629-6e988b0771c0/?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 41.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 41.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "532525d7-367b-4cc7-acd2-5ec35e7e3f2f",
                    "gambit_id": "5de225f3-aed0-4155-90da-d589e57dca1b",
                    "last_updated": "2022-11-06T09:08:25.013044-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 41.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "41.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d1874b7-13e6-4282-8166-d390b9fbc674/?format=api"
                },
                {
                    "id": "6ecc73ef-d2ac-4878-a123-4b2fd11524ee",
                    "gambit_id": "41bdc720-7e39-4a15-b70f-9672be1c0176",
                    "last_updated": "2022-11-06T09:08:25.014175-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 41.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "41.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d1874b7-13e6-4282-8166-d390b9fbc674/?format=api"
                }
            ]
        }
    ]
}