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/205d814d-3912-4a2c-abe3-69755dbcf8db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "205d814d-3912-4a2c-abe3-69755dbcf8db",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "b1141ef5-4845-4c64-8d64-4a9904994335",
    "completed": true,
    "last_updated": "2022-11-28T09:27:02.380778-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.18,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/b1141ef5-4845-4c64-8d64-4a9904994335",
    "datetime": "2022-11-26T19:30:00-05:00",
    "cutoff_datetime": "2022-11-26T19:30:00-05:00",
    "name": "Oklahoma v. Texas Tech",
    "bettypes": [
        {
            "id": "f1bab071-b388-45bd-afc1-9f3028496811",
            "match": "https://api-prod.gambitprofit.com/api/matches/205d814d-3912-4a2c-abe3-69755dbcf8db/?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": "Oklahoma",
                        "amount": 5399.0
                    },
                    {
                        "team": "Texas Tech",
                        "amount": 4601.0
                    }
                ],
                "expected_reward_tokens": 9016.33,
                "profit_sb": 16.33,
                "profit_sb_percentage": 0.18,
                "recommended": true
            },
            "lines": [
                {
                    "id": "264978b5-f89b-42c8-b0a1-38172bac78ce",
                    "gambit_id": "4eb19c42-a9f7-4198-96b9-94084276eb9e",
                    "last_updated": "2022-11-28T09:27:02.389529-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oklahoma",
                    "reward": "1.67000",
                    "odds": "1.76920",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1bab071-b388-45bd-afc1-9f3028496811/?format=api"
                },
                {
                    "id": "2be0ff63-d2a8-4cc4-b712-3bf10c3a565f",
                    "gambit_id": "807a69cb-77ea-40dc-aa25-221fc7ec6b3e",
                    "last_updated": "2022-11-28T09:27:02.390511-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas Tech",
                    "reward": "1.96000",
                    "odds": "2.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1bab071-b388-45bd-afc1-9f3028496811/?format=api"
                }
            ]
        },
        {
            "id": "44814d90-0506-4a91-a7c0-dc63d3f07867",
            "match": "https://api-prod.gambitprofit.com/api/matches/205d814d-3912-4a2c-abe3-69755dbcf8db/?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": "Oklahoma",
                        "amount": 5000.0
                    },
                    {
                        "team": "Texas Tech",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a4d7e5d7-15f1-4e69-baf7-436fcd249816",
                    "gambit_id": "6984cb8e-e9ad-4474-b649-6d908d94b428",
                    "last_updated": "2022-11-28T09:27:02.387558-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oklahoma",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44814d90-0506-4a91-a7c0-dc63d3f07867/?format=api"
                },
                {
                    "id": "338615b5-6178-45f9-baf0-0ec3d0602721",
                    "gambit_id": "d51c73b3-4c40-4d60-8789-0b2ba1bd8906",
                    "last_updated": "2022-11-28T09:27:02.386573-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas Tech",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44814d90-0506-4a91-a7c0-dc63d3f07867/?format=api"
                }
            ]
        },
        {
            "id": "594e4668-72d7-4a90-8b3c-8b1b4f0b34da",
            "match": "https://api-prod.gambitprofit.com/api/matches/205d814d-3912-4a2c-abe3-69755dbcf8db/?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 65.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 65.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0073bcd2-f6ae-437a-b00a-080c4fe4238b",
                    "gambit_id": "413f08ff-8def-435d-a7d9-fedd9030a387",
                    "last_updated": "2022-11-28T09:27:02.384582-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 65.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "65.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/594e4668-72d7-4a90-8b3c-8b1b4f0b34da/?format=api"
                },
                {
                    "id": "2978b29c-b8c3-48dd-8306-f9b1818f9a79",
                    "gambit_id": "fb832f20-6d52-466c-b0e1-ce5e0365a542",
                    "last_updated": "2022-11-28T09:27:02.383574-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 65.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "65.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/594e4668-72d7-4a90-8b3c-8b1b4f0b34da/?format=api"
                }
            ]
        }
    ]
}