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/de883ab9-8478-45b1-ab9d-6abd81dd1dc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de883ab9-8478-45b1-ab9d-6abd81dd1dc1",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "de6449be-8dcc-47c7-b725-caab637350e1",
    "completed": true,
    "last_updated": "2022-10-02T20:07:03.396121-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.41,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/de6449be-8dcc-47c7-b725-caab637350e1",
    "datetime": "2022-10-01T15:30:00-04:00",
    "cutoff_datetime": "2022-10-01T15:30:00-04:00",
    "name": "Wake Forest v. Florida State",
    "bettypes": [
        {
            "id": "55ee82f5-ec65-4eb7-a6e3-122f9890fe22",
            "match": "https://api-prod.gambitprofit.com/api/matches/de883ab9-8478-45b1-ab9d-6abd81dd1dc1/?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": "Florida State",
                        "amount": 6643.0
                    },
                    {
                        "team": "Wake Forest",
                        "amount": 3357.0
                    }
                ],
                "expected_reward_tokens": 9366.03,
                "profit_sb": -133.97,
                "profit_sb_percentage": -1.41,
                "recommended": false
            },
            "lines": [
                {
                    "id": "30914876-b135-42c9-8220-4271fcd88884",
                    "gambit_id": "0bb0d702-7fa4-4160-9591-3b38dadb4a5b",
                    "last_updated": "2022-10-02T20:07:03.401786-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Florida State",
                    "reward": "1.41000",
                    "odds": "1.43480",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55ee82f5-ec65-4eb7-a6e3-122f9890fe22/?format=api"
                },
                {
                    "id": "4b89db2f-2e42-44f1-9cc5-7c5dd3771d15",
                    "gambit_id": "05b5a75c-3b13-4658-a91c-b19175fc1706",
                    "last_updated": "2022-10-02T20:07:03.402831-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Wake Forest",
                    "reward": "2.79000",
                    "odds": "2.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55ee82f5-ec65-4eb7-a6e3-122f9890fe22/?format=api"
                }
            ]
        },
        {
            "id": "352ed19b-c8c5-4974-a52c-341705384d3e",
            "match": "https://api-prod.gambitprofit.com/api/matches/de883ab9-8478-45b1-ab9d-6abd81dd1dc1/?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": "Florida State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Wake Forest",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": -250.0,
                "profit_sb_percentage": -2.63,
                "recommended": false
            },
            "lines": [
                {
                    "id": "204f6f41-7c8d-4021-8fce-51521a9f6fd3",
                    "gambit_id": "f08c5fd9-16af-4187-a164-997519c036f7",
                    "last_updated": "2022-10-02T20:07:03.404882-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Florida State",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "-6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/352ed19b-c8c5-4974-a52c-341705384d3e/?format=api"
                },
                {
                    "id": "1ec3d999-4a9a-4d21-9e64-d5ed1364ef01",
                    "gambit_id": "3b5ab471-613f-4153-a13e-b24329b5d3e3",
                    "last_updated": "2022-10-02T20:07:03.405947-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Wake Forest",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/352ed19b-c8c5-4974-a52c-341705384d3e/?format=api"
                }
            ]
        },
        {
            "id": "b02b422f-2ab3-4e8b-a270-b370719b1c4c",
            "match": "https://api-prod.gambitprofit.com/api/matches/de883ab9-8478-45b1-ab9d-6abd81dd1dc1/?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 67",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 67",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": -250.0,
                "profit_sb_percentage": -2.63,
                "recommended": false
            },
            "lines": [
                {
                    "id": "6b69a760-1880-48ca-801a-b20e5657697e",
                    "gambit_id": "414bb851-ef30-4f2d-9c5d-a311f5d9869c",
                    "last_updated": "2022-10-02T20:07:03.398671-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 67",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "67.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b02b422f-2ab3-4e8b-a270-b370719b1c4c/?format=api"
                },
                {
                    "id": "17bf8f73-c996-47dd-bcf4-8603aa15c00b",
                    "gambit_id": "3662bcc1-1259-4b67-883c-a071f5290bf5",
                    "last_updated": "2022-10-02T20:07:03.399723-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 67",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "67.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b02b422f-2ab3-4e8b-a270-b370719b1c4c/?format=api"
                }
            ]
        }
    ]
}