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/19e0c186-58a5-4ab7-9426-af245e25db9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19e0c186-58a5-4ab7-9426-af245e25db9b",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "35b1132e-5c24-49c7-8eb2-f7266bd68509",
    "completed": true,
    "last_updated": "2022-12-19T13:32:09.426629-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.18,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/35b1132e-5c24-49c7-8eb2-f7266bd68509",
    "datetime": "2022-12-18T16:05:00-05:00",
    "cutoff_datetime": "2022-12-18T16:05:00-05:00",
    "name": "Arizona Cardinals v. Denver Broncos",
    "bettypes": [
        {
            "id": "697a3578-16f9-4461-ae91-f58115640163",
            "match": "https://api-prod.gambitprofit.com/api/matches/19e0c186-58a5-4ab7-9426-af245e25db9b/?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": "Denver Broncos",
                        "amount": 5399.0
                    },
                    {
                        "team": "Arizona Cardinals",
                        "amount": 4601.0
                    }
                ],
                "expected_reward_tokens": 9016.33,
                "profit_sb": 16.33,
                "profit_sb_percentage": 0.18,
                "recommended": true
            },
            "lines": [
                {
                    "id": "ebe91e73-36c3-498f-b1f1-2be9b01c0ab8",
                    "gambit_id": "e790c0ba-960e-4b4d-918a-e10036dfad03",
                    "last_updated": "2022-12-19T13:32:09.435792-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Denver Broncos",
                    "reward": "1.67000",
                    "odds": "1.76920",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/697a3578-16f9-4461-ae91-f58115640163/?format=api"
                },
                {
                    "id": "7d6260bc-6166-4373-b418-5ba0684a3089",
                    "gambit_id": "1dfa81b6-10bf-4643-8f54-81cd6718347a",
                    "last_updated": "2022-12-19T13:32:09.436893-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arizona Cardinals",
                    "reward": "1.96000",
                    "odds": "2.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/697a3578-16f9-4461-ae91-f58115640163/?format=api"
                }
            ]
        },
        {
            "id": "15e56d63-6956-4c6a-b400-55e38f559839",
            "match": "https://api-prod.gambitprofit.com/api/matches/19e0c186-58a5-4ab7-9426-af245e25db9b/?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": "Denver Broncos",
                        "amount": 5000.0
                    },
                    {
                        "team": "Arizona Cardinals",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "09cb5e7b-a1d4-42af-8430-8be9ef5f3c91",
                    "gambit_id": "af9d14e9-b76f-4c25-b0d8-0a746b685d72",
                    "last_updated": "2022-12-19T13:32:09.432574-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Denver Broncos",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15e56d63-6956-4c6a-b400-55e38f559839/?format=api"
                },
                {
                    "id": "d863ad18-de75-4516-8080-598a55cbedcf",
                    "gambit_id": "7cd20e16-0366-45cb-a2c8-3b44ffa2fcb3",
                    "last_updated": "2022-12-19T13:32:09.433647-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arizona Cardinals",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15e56d63-6956-4c6a-b400-55e38f559839/?format=api"
                }
            ]
        },
        {
            "id": "0dc27fb2-39e0-42a9-a7d8-57a6f28ef06b",
            "match": "https://api-prod.gambitprofit.com/api/matches/19e0c186-58a5-4ab7-9426-af245e25db9b/?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 37.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 37.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "04b3166e-0b59-4da7-9607-4db605041bc4",
                    "gambit_id": "4abe3370-5cc4-4655-a606-72736abbae5c",
                    "last_updated": "2022-12-19T13:32:09.430451-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 37.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "37.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dc27fb2-39e0-42a9-a7d8-57a6f28ef06b/?format=api"
                },
                {
                    "id": "960311d0-7afd-4fb1-acea-109fdfe84d66",
                    "gambit_id": "1b6dd5be-3f37-4efa-904a-41f94cfc4fed",
                    "last_updated": "2022-12-19T13:32:09.429369-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 37.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "37.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dc27fb2-39e0-42a9-a7d8-57a6f28ef06b/?format=api"
                }
            ]
        }
    ]
}