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/95ea5ca1-3910-468a-89b2-57df5d39722f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95ea5ca1-3910-468a-89b2-57df5d39722f",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "d3827bef-fbf5-4029-a35b-e0f61bc9dd16",
    "completed": true,
    "last_updated": "2023-06-10T10:48:13.919619-04:00",
    "created_at": "2023-06-09T09:48:13.187038-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.27,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/d3827bef-fbf5-4029-a35b-e0f61bc9dd16",
    "datetime": "2023-06-09T18:40:00-04:00",
    "cutoff_datetime": "2023-06-09T18:40:00-04:00",
    "name": "ARI (M Kelly) v. DET (M Lorenzen)",
    "bettypes": [
        {
            "id": "6c99f2f1-47d7-4627-a6e9-6de9993f2a9b",
            "match": "https://api-prod.gambitprofit.com/api/matches/95ea5ca1-3910-468a-89b2-57df5d39722f/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-09T09:48:13.189788-04: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": "ARI (M Kelly)",
                        "amount": 5627.0
                    },
                    {
                        "team": "DET (M Lorenzen)",
                        "amount": 4373.0
                    }
                ],
                "expected_reward_tokens": 9620.6,
                "profit_sb": 120.6,
                "profit_sb_percentage": 1.27,
                "recommended": true
            },
            "lines": [
                {
                    "id": "c3156ee3-ffdb-4ef7-b532-e193716ba02f",
                    "gambit_id": "1fa8b579-d8f2-4b55-9ac7-730b91642bb8",
                    "last_updated": "2023-06-10T10:48:13.927068-04:00",
                    "created_at": "2023-06-09T09:48:13.191973-04:00",
                    "name": "ARI (M Kelly)",
                    "reward": "1.71000",
                    "odds": "1.74070",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c99f2f1-47d7-4627-a6e9-6de9993f2a9b/?format=api"
                },
                {
                    "id": "ff798327-be57-4ea0-b57a-cd95c9e53461",
                    "gambit_id": "f622392a-e95b-46c8-93bb-dcbee750b943",
                    "last_updated": "2023-06-10T10:48:13.929692-04:00",
                    "created_at": "2023-06-09T09:48:13.194168-04:00",
                    "name": "DET (M Lorenzen)",
                    "reward": "2.20000",
                    "odds": "2.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c99f2f1-47d7-4627-a6e9-6de9993f2a9b/?format=api"
                }
            ]
        },
        {
            "id": "de92d8c5-da65-4ea9-b04e-8d59681e8b71",
            "match": "https://api-prod.gambitprofit.com/api/matches/95ea5ca1-3910-468a-89b2-57df5d39722f/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-06-09T09:48:13.196477-04: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": "DET",
                        "amount": 5599.0
                    },
                    {
                        "team": "ARI",
                        "amount": 4401.0
                    }
                ],
                "expected_reward_tokens": 9462.15,
                "profit_sb": -37.85,
                "profit_sb_percentage": -0.4,
                "recommended": false
            },
            "lines": [
                {
                    "id": "127b822c-2140-4d7c-a41f-6d995c1d0a78",
                    "gambit_id": "281fa314-e22d-49c0-a6ed-8b9405119ad5",
                    "last_updated": "2023-06-10T10:48:13.938408-04:00",
                    "created_at": "2023-06-09T09:48:13.200716-04:00",
                    "name": "DET",
                    "reward": "1.69000",
                    "odds": "1.71430",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de92d8c5-da65-4ea9-b04e-8d59681e8b71/?format=api"
                },
                {
                    "id": "66fbf544-2bc8-4139-afce-8494a1a9aeb8",
                    "gambit_id": "6d789051-078e-47d1-b055-ba5b000051e8",
                    "last_updated": "2023-06-10T10:48:13.935492-04:00",
                    "created_at": "2023-06-09T09:48:13.198668-04:00",
                    "name": "ARI",
                    "reward": "2.15000",
                    "odds": "2.20000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de92d8c5-da65-4ea9-b04e-8d59681e8b71/?format=api"
                }
            ]
        },
        {
            "id": "66e6ce35-9e8a-448b-80be-408ff7251d8a",
            "match": "https://api-prod.gambitprofit.com/api/matches/95ea5ca1-3910-468a-89b2-57df5d39722f/?format=api",
            "name": "Over/Under",
            "created_at": "2023-06-09T09:48:13.203054-04: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 8",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Over 8",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b77ea407-d4f9-4110-805b-b95fbcf78701",
                    "gambit_id": "c7018f81-7be9-46d4-a18f-8bedff7923bc",
                    "last_updated": "2023-06-10T10:48:13.946589-04:00",
                    "created_at": "2023-06-09T09:48:13.207378-04:00",
                    "name": "Game Total Under 8",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66e6ce35-9e8a-448b-80be-408ff7251d8a/?format=api"
                },
                {
                    "id": "5d4927a8-146e-4ae6-8f83-702cba4a383d",
                    "gambit_id": "ed35b321-7a68-45bc-a9ef-4616876762fc",
                    "last_updated": "2023-06-10T10:48:13.943811-04:00",
                    "created_at": "2023-06-09T09:48:13.205102-04:00",
                    "name": "Game Total Over 8",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66e6ce35-9e8a-448b-80be-408ff7251d8a/?format=api"
                }
            ]
        }
    ]
}