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/54bac1fd-b44c-402c-81e0-e77df3a5329e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54bac1fd-b44c-402c-81e0-e77df3a5329e",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "1d330d08-aeed-48c3-af39-df99e2d36fd4",
    "completed": true,
    "last_updated": "2022-10-31T10:32:22.985880-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.48,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/1d330d08-aeed-48c3-af39-df99e2d36fd4",
    "datetime": "2022-10-29T15:30:00-04:00",
    "cutoff_datetime": "2022-10-29T15:30:00-04:00",
    "name": "Oregon v. California",
    "bettypes": [
        {
            "id": "ddfedae9-704d-40be-8768-fa3eb1bbfea5",
            "match": "https://api-prod.gambitprofit.com/api/matches/54bac1fd-b44c-402c-81e0-e77df3a5329e/?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": "Oregon",
                        "amount": 8600.0
                    },
                    {
                        "team": "California",
                        "amount": 1400.0
                    }
                ],
                "expected_reward_tokens": 9546.0,
                "profit_sb": 46.0,
                "profit_sb_percentage": 0.48,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9514b638-c4e9-4aca-81be-54c0abc5f34a",
                    "gambit_id": "e59fc2ba-56ad-4f73-b4af-f7dd8ea87e50",
                    "last_updated": "2022-10-31T10:32:22.993183-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon",
                    "reward": "1.11000",
                    "odds": "1.11110",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddfedae9-704d-40be-8768-fa3eb1bbfea5/?format=api"
                },
                {
                    "id": "28cd70ec-a162-4f7f-9cb5-89e4a8fc3794",
                    "gambit_id": "16ad5404-b5c7-4493-abd8-f7b3f57d5faa",
                    "last_updated": "2022-10-31T10:32:22.992036-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "California",
                    "reward": "6.82000",
                    "odds": "7.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddfedae9-704d-40be-8768-fa3eb1bbfea5/?format=api"
                }
            ]
        },
        {
            "id": "6ed3a107-807b-40c9-ba38-ae4fe91e323e",
            "match": "https://api-prod.gambitprofit.com/api/matches/54bac1fd-b44c-402c-81e0-e77df3a5329e/?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": "Oregon",
                        "amount": 5000.0
                    },
                    {
                        "team": "California",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "89a84fc5-ca63-40a7-943b-e6782a41c938",
                    "gambit_id": "9dd731f1-9fb8-4462-84f9-68422f1bd9fd",
                    "last_updated": "2022-10-31T10:32:22.996560-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-17.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed3a107-807b-40c9-ba38-ae4fe91e323e/?format=api"
                },
                {
                    "id": "54a24039-77b3-4d72-ab7c-0521aaca0241",
                    "gambit_id": "2bcb3bd2-29fa-4068-9ae1-1ddef0cead8a",
                    "last_updated": "2022-10-31T10:32:22.995440-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "California",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "17.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed3a107-807b-40c9-ba38-ae4fe91e323e/?format=api"
                }
            ]
        },
        {
            "id": "b1b22dfd-57d8-40df-a5d4-a6731294922b",
            "match": "https://api-prod.gambitprofit.com/api/matches/54bac1fd-b44c-402c-81e0-e77df3a5329e/?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 56.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 56.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4e26dbc7-a8e6-4cce-80e5-262c322911a9",
                    "gambit_id": "594a8aca-4acd-43e6-923b-4f3bf4326829",
                    "last_updated": "2022-10-31T10:32:22.989746-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 56.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "56.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1b22dfd-57d8-40df-a5d4-a6731294922b/?format=api"
                },
                {
                    "id": "8a659f4c-4564-41e0-a30d-2a5cb254a7bc",
                    "gambit_id": "e6af8808-c917-414e-a32b-ec38a46772a0",
                    "last_updated": "2022-10-31T10:32:22.988604-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 56.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "56.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1b22dfd-57d8-40df-a5d4-a6731294922b/?format=api"
                }
            ]
        }
    ]
}