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/36da8cee-a86a-4576-8af3-0a5019d27fbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36da8cee-a86a-4576-8af3-0a5019d27fbc",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "ecc64285-c971-43bc-bec8-457d578a4966",
    "completed": true,
    "last_updated": "2022-09-18T18:02:28.802044-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.79,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/ecc64285-c971-43bc-bec8-457d578a4966",
    "datetime": "2022-09-17T18:00:00-04:00",
    "cutoff_datetime": "2022-09-17T18:00:00-04:00",
    "name": "Mississippi State v. LSU",
    "bettypes": [
        {
            "id": "a2bc1204-86ca-49dd-96fa-774f1941155e",
            "match": "https://api-prod.gambitprofit.com/api/matches/36da8cee-a86a-4576-8af3-0a5019d27fbc/?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": "Mississippi State",
                        "amount": 5836.0
                    },
                    {
                        "team": "LSU",
                        "amount": 4164.0
                    }
                ],
                "expected_reward_tokens": 9160.8,
                "profit_sb": 160.8,
                "profit_sb_percentage": 1.79,
                "recommended": true
            },
            "lines": [
                {
                    "id": "bae9ea1a-af79-4654-bb4f-ac24985eb244",
                    "gambit_id": "85ed6f56-fb44-4891-b214-09fce8c7bd88",
                    "last_updated": "2022-09-18T18:02:28.809457-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mississippi State",
                    "reward": "1.57000",
                    "odds": "1.64520",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2bc1204-86ca-49dd-96fa-774f1941155e/?format=api"
                },
                {
                    "id": "c8dd20cd-9518-4eaa-a6c1-fabdd9e3d586",
                    "gambit_id": "006fdeae-18db-40c4-b153-0c766d371cd1",
                    "last_updated": "2022-09-18T18:02:28.808327-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "LSU",
                    "reward": "2.20000",
                    "odds": "2.35000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2bc1204-86ca-49dd-96fa-774f1941155e/?format=api"
                }
            ]
        },
        {
            "id": "363c44a0-964a-41b2-9ae5-37efa3cc2186",
            "match": "https://api-prod.gambitprofit.com/api/matches/36da8cee-a86a-4576-8af3-0a5019d27fbc/?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": "Mississippi State",
                        "amount": 5000.0
                    },
                    {
                        "team": "LSU",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e7f01d0f-fd2b-4853-b7c8-62b0fe30a5ed",
                    "gambit_id": "f7743869-b94e-4d9b-919d-028c842a9f9e",
                    "last_updated": "2022-09-18T18:02:28.813019-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mississippi State",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "-3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/363c44a0-964a-41b2-9ae5-37efa3cc2186/?format=api"
                },
                {
                    "id": "c49bcc4f-32f1-4031-8a6c-8df21d07bfd0",
                    "gambit_id": "8574ba02-0b28-4e39-8765-f45347c68cf1",
                    "last_updated": "2022-09-18T18:02:28.811869-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "LSU",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/363c44a0-964a-41b2-9ae5-37efa3cc2186/?format=api"
                }
            ]
        },
        {
            "id": "9e98de21-550b-4c4e-a0fe-889d4a33adbd",
            "match": "https://api-prod.gambitprofit.com/api/matches/36da8cee-a86a-4576-8af3-0a5019d27fbc/?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 53",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 53",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "43e72fa2-73d6-4b29-be7f-26dc2996fe12",
                    "gambit_id": "c817eb97-af13-41f3-bf2b-2dfefbb83ab6",
                    "last_updated": "2022-09-18T18:02:28.804869-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 53",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "53.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e98de21-550b-4c4e-a0fe-889d4a33adbd/?format=api"
                },
                {
                    "id": "737a4119-e3a9-4de2-a789-eda7667fe038",
                    "gambit_id": "f46c7be3-18cd-435e-a1c3-ba5b9ad4d92a",
                    "last_updated": "2022-09-18T18:02:28.806036-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 53",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "53.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e98de21-550b-4c4e-a0fe-889d4a33adbd/?format=api"
                }
            ]
        }
    ]
}