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/824046c9-b66c-4875-b430-16b1912be2d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "824046c9-b66c-4875-b430-16b1912be2d9",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "6c4aa661-2cde-41db-b400-209ccb0e5283",
    "completed": true,
    "last_updated": "2022-09-11T11:02:03.017654-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.7,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/6c4aa661-2cde-41db-b400-209ccb0e5283",
    "datetime": "2022-09-10T13:00:00-04:00",
    "cutoff_datetime": "2022-09-10T13:00:00-04:00",
    "name": "South Alabama v. Central Michigan",
    "bettypes": [
        {
            "id": "e5877996-02b1-4a51-8dde-84c89bd2075b",
            "match": "https://api-prod.gambitprofit.com/api/matches/824046c9-b66c-4875-b430-16b1912be2d9/?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": "Central Michigan",
                        "amount": 6493.0
                    },
                    {
                        "team": "South Alabama",
                        "amount": 3507.0
                    }
                ],
                "expected_reward_tokens": 9153.27,
                "profit_sb": 153.27,
                "profit_sb_percentage": 1.7,
                "recommended": true
            },
            "lines": [
                {
                    "id": "54572a16-91c2-4d0a-8f65-e0a1e33ae6a9",
                    "gambit_id": "828018df-d665-4d8f-9159-add5ed238fbf",
                    "last_updated": "2022-09-11T11:02:03.023758-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Central Michigan",
                    "reward": "1.41000",
                    "odds": "1.45450",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5877996-02b1-4a51-8dde-84c89bd2075b/?format=api"
                },
                {
                    "id": "ab26ee58-6759-4d30-8fbd-66c1d1670579",
                    "gambit_id": "e03c9f82-1aa7-46e4-8dc6-94e00f08f2ab",
                    "last_updated": "2022-09-11T11:02:03.024817-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Alabama",
                    "reward": "2.61000",
                    "odds": "2.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5877996-02b1-4a51-8dde-84c89bd2075b/?format=api"
                }
            ]
        },
        {
            "id": "b455afbb-e456-4770-ba0c-58af9147016b",
            "match": "https://api-prod.gambitprofit.com/api/matches/824046c9-b66c-4875-b430-16b1912be2d9/?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": "South Alabama",
                        "amount": 5000.0
                    },
                    {
                        "team": "Central Michigan",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d343c845-e755-4a6e-a052-1005c1de224e",
                    "gambit_id": "6e939dc2-3a0e-4e3e-b63f-58d94331ac05",
                    "last_updated": "2022-09-11T11:02:03.028000-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Alabama",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b455afbb-e456-4770-ba0c-58af9147016b/?format=api"
                },
                {
                    "id": "3462c797-7aae-4c08-b750-43b566e75ed8",
                    "gambit_id": "80a51a13-57ed-45da-bd57-63f8dde773f8",
                    "last_updated": "2022-09-11T11:02:03.026915-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Central Michigan",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "-5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b455afbb-e456-4770-ba0c-58af9147016b/?format=api"
                }
            ]
        },
        {
            "id": "aca35068-14c2-4108-b173-656fdb735858",
            "match": "https://api-prod.gambitprofit.com/api/matches/824046c9-b66c-4875-b430-16b1912be2d9/?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 58",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 58",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "319027b0-2286-413f-bb31-7d1062720e2f",
                    "gambit_id": "4413143c-7146-4a52-9153-8d890d592ca6",
                    "last_updated": "2022-09-11T11:02:03.020457-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 58",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "58.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aca35068-14c2-4108-b173-656fdb735858/?format=api"
                },
                {
                    "id": "7a8c4481-26aa-4a1d-85d4-f61a83a0b5c0",
                    "gambit_id": "8129cd13-b63d-4ce8-93e9-69e728e88cc9",
                    "last_updated": "2022-09-11T11:02:03.021514-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 58",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "58.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aca35068-14c2-4108-b173-656fdb735858/?format=api"
                }
            ]
        }
    ]
}