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/d00a9a0a-ce99-4ff9-bc73-63b4c98bd876/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d00a9a0a-ce99-4ff9-bc73-63b4c98bd876",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "7f736792-930f-464f-ac5d-04dad393f995",
    "completed": true,
    "last_updated": "2022-11-28T09:42:15.744194-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.03,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/7f736792-930f-464f-ac5d-04dad393f995",
    "datetime": "2022-11-26T16:00:00-05:00",
    "cutoff_datetime": "2022-11-26T16:00:00-05:00",
    "name": "Iowa State v. TCU",
    "bettypes": [
        {
            "id": "b7d9b149-83a7-4f55-8436-020df898e286",
            "match": "https://api-prod.gambitprofit.com/api/matches/d00a9a0a-ce99-4ff9-bc73-63b4c98bd876/?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": "TCU",
                        "amount": 7406.0
                    },
                    {
                        "team": "Iowa State",
                        "amount": 2594.0
                    }
                ],
                "expected_reward_tokens": 9182.76,
                "profit_sb": 182.76,
                "profit_sb_percentage": 2.03,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d9a7b1d2-1fcf-474e-9deb-d06407706c3d",
                    "gambit_id": "62f97065-4962-489b-bb67-44bd4187ca4a",
                    "last_updated": "2022-11-28T09:42:15.752544-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "TCU",
                    "reward": "1.24000",
                    "odds": "1.27780",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7d9b149-83a7-4f55-8436-020df898e286/?format=api"
                },
                {
                    "id": "2af02976-7457-42eb-8652-94d1a771fa09",
                    "gambit_id": "f895d8a7-45ef-468f-8f86-57ae8e54ec5c",
                    "last_updated": "2022-11-28T09:42:15.753532-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Iowa State",
                    "reward": "3.54000",
                    "odds": "3.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7d9b149-83a7-4f55-8436-020df898e286/?format=api"
                }
            ]
        },
        {
            "id": "a917e8a8-71ae-430b-bb9f-dbefda4b0882",
            "match": "https://api-prod.gambitprofit.com/api/matches/d00a9a0a-ce99-4ff9-bc73-63b4c98bd876/?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": "Iowa State",
                        "amount": 5000.0
                    },
                    {
                        "team": "TCU",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0f98485f-bba9-4c33-92d1-1fba01b6dfb3",
                    "gambit_id": "1fbb9650-a781-4ea0-a502-ad5ab1a8601d",
                    "last_updated": "2022-11-28T09:42:15.750592-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Iowa State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a917e8a8-71ae-430b-bb9f-dbefda4b0882/?format=api"
                },
                {
                    "id": "57195912-89f1-4009-8cc7-e23178129bed",
                    "gambit_id": "99e5c3a7-ac82-47cd-9153-0329d4667003",
                    "last_updated": "2022-11-28T09:42:15.749620-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "TCU",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a917e8a8-71ae-430b-bb9f-dbefda4b0882/?format=api"
                }
            ]
        },
        {
            "id": "a2de3702-83cd-4321-bb62-bdf1aa46a1f9",
            "match": "https://api-prod.gambitprofit.com/api/matches/d00a9a0a-ce99-4ff9-bc73-63b4c98bd876/?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 45.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 45.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1bdb5b20-962c-4d54-b230-9098f830c773",
                    "gambit_id": "b243c3f9-868b-4e5d-883d-35573c79c2e7",
                    "last_updated": "2022-11-28T09:42:15.747654-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 45.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "45.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2de3702-83cd-4321-bb62-bdf1aa46a1f9/?format=api"
                },
                {
                    "id": "fe381bcd-186b-44c9-9c79-1442b4994983",
                    "gambit_id": "d714b7c2-c88d-42e0-a6c4-32c5349721e7",
                    "last_updated": "2022-11-28T09:42:15.746664-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 45.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "45.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2de3702-83cd-4321-bb62-bdf1aa46a1f9/?format=api"
                }
            ]
        }
    ]
}