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/b69d8286-a5ff-44a1-ab9d-c06f26868052/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b69d8286-a5ff-44a1-ab9d-c06f26868052",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "05b3eab6-e9ce-4835-9202-fdb39db31279",
    "completed": true,
    "last_updated": "2022-11-06T08:07:40.227901-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.41,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/05b3eab6-e9ce-4835-9202-fdb39db31279",
    "datetime": "2022-11-05T11:30:00-04:00",
    "cutoff_datetime": "2022-11-05T11:30:00-04:00",
    "name": "Air Force v. Army",
    "bettypes": [
        {
            "id": "d3a47da7-a862-4033-a535-e572dfeaff69",
            "match": "https://api-prod.gambitprofit.com/api/matches/b69d8286-a5ff-44a1-ab9d-c06f26868052/?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": "Air Force",
                        "amount": 7036.0
                    },
                    {
                        "team": "Army",
                        "amount": 2964.0
                    }
                ],
                "expected_reward_tokens": 9217.16,
                "profit_sb": 217.16,
                "profit_sb_percentage": 2.41,
                "recommended": true
            },
            "lines": [
                {
                    "id": "6dc6fa8d-6dfa-4787-9007-593d2fe0c9a5",
                    "gambit_id": "74198dff-05f1-4937-8c8f-70065a03bd7c",
                    "last_updated": "2022-11-06T08:07:40.234841-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Air Force",
                    "reward": "1.31000",
                    "odds": "1.35710",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3a47da7-a862-4033-a535-e572dfeaff69/?format=api"
                },
                {
                    "id": "1f80d187-b3fe-4a05-ac6d-a74dd555f840",
                    "gambit_id": "0bd21b96-296c-4c57-8888-45a92f19ab1b",
                    "last_updated": "2022-11-06T08:07:40.233865-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Army",
                    "reward": "3.11000",
                    "odds": "3.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3a47da7-a862-4033-a535-e572dfeaff69/?format=api"
                }
            ]
        },
        {
            "id": "a51a0d52-4c17-49e3-b4ba-764c24e3665a",
            "match": "https://api-prod.gambitprofit.com/api/matches/b69d8286-a5ff-44a1-ab9d-c06f26868052/?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": "Air Force",
                        "amount": 5097.0
                    },
                    {
                        "team": "Army",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "811f7594-21d7-4b94-bc49-a8602f72a079",
                    "gambit_id": "92bbba06-18f4-457d-bae2-08803f4c66dc",
                    "last_updated": "2022-11-06T08:07:40.237783-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Air Force",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "-7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a51a0d52-4c17-49e3-b4ba-764c24e3665a/?format=api"
                },
                {
                    "id": "7611103d-3dcc-4fe3-87f0-30ab4ebe3a16",
                    "gambit_id": "d8e9494c-70a0-42df-aa28-0bc23d2f5557",
                    "last_updated": "2022-11-06T08:07:40.236797-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Army",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": "7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a51a0d52-4c17-49e3-b4ba-764c24e3665a/?format=api"
                }
            ]
        },
        {
            "id": "5dcc22c3-fc33-4d88-8246-32c05f42caae",
            "match": "https://api-prod.gambitprofit.com/api/matches/b69d8286-a5ff-44a1-ab9d-c06f26868052/?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 40.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 40.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ab464871-e2a5-4091-b621-baec5f58339e",
                    "gambit_id": "4ddd4fe2-d457-41c3-a9b4-cbddb39c632e",
                    "last_updated": "2022-11-06T08:07:40.230775-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 40.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "40.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dcc22c3-fc33-4d88-8246-32c05f42caae/?format=api"
                },
                {
                    "id": "8c7aa978-d6e8-4d73-bdff-40eac48cc818",
                    "gambit_id": "05d637f6-ab48-48aa-b67b-2cb2a6e88997",
                    "last_updated": "2022-11-06T08:07:40.231893-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 40.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "40.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dcc22c3-fc33-4d88-8246-32c05f42caae/?format=api"
                }
            ]
        }
    ]
}