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/a8fb1313-3e50-458a-8921-2ac24c373f3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8fb1313-3e50-458a-8921-2ac24c373f3c",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "9801eeb0-d85c-4b43-857f-617071184299",
    "completed": true,
    "last_updated": "2022-09-20T08:32:11.255657-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.47,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/9801eeb0-d85c-4b43-857f-617071184299",
    "datetime": "2022-09-19T20:30:00-04:00",
    "cutoff_datetime": "2022-09-19T20:30:00-04:00",
    "name": "Minnesota Vikings v. Philadelphia Eagles",
    "bettypes": [
        {
            "id": "21fffdca-3c81-44b0-a397-0a8e774d23e1",
            "match": "https://api-prod.gambitprofit.com/api/matches/a8fb1313-3e50-458a-8921-2ac24c373f3c/?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": "Philadelphia Eagles",
                        "amount": 5672.0
                    },
                    {
                        "team": "Minnesota Vikings",
                        "amount": 4328.0
                    }
                ],
                "expected_reward_tokens": 9131.92,
                "profit_sb": 131.92,
                "profit_sb_percentage": 1.47,
                "recommended": true
            },
            "lines": [
                {
                    "id": "38f79634-3c4a-485c-92e6-c8c3fd517060",
                    "gambit_id": "a6a3c80f-4df5-4330-accf-8fca95cff1f8",
                    "last_updated": "2022-09-20T08:32:11.261368-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Philadelphia Eagles",
                    "reward": "1.61000",
                    "odds": "1.68970",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21fffdca-3c81-44b0-a397-0a8e774d23e1/?format=api"
                },
                {
                    "id": "4bf6d3c2-1b17-4188-8abd-187d2d2acffc",
                    "gambit_id": "8c18d747-ca81-436a-a997-acc0b15c2e06",
                    "last_updated": "2022-09-20T08:32:11.262362-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota Vikings",
                    "reward": "2.11000",
                    "odds": "2.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21fffdca-3c81-44b0-a397-0a8e774d23e1/?format=api"
                }
            ]
        },
        {
            "id": "13a770d2-38a3-46d2-b536-bd50ddbc9791",
            "match": "https://api-prod.gambitprofit.com/api/matches/a8fb1313-3e50-458a-8921-2ac24c373f3c/?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": "Minnesota Vikings",
                        "amount": 5110.0
                    },
                    {
                        "team": "Philadelphia Eagles",
                        "amount": 4890.0
                    }
                ],
                "expected_reward_tokens": 9044.7,
                "profit_sb": 44.7,
                "profit_sb_percentage": 0.5,
                "recommended": true
            },
            "lines": [
                {
                    "id": "960d0ee9-d467-4491-bf52-2f63e70ff841",
                    "gambit_id": "e03b80bd-cf96-42fc-9ccd-2a01be66c4b9",
                    "last_updated": "2022-09-20T08:32:11.265719-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota Vikings",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13a770d2-38a3-46d2-b536-bd50ddbc9791/?format=api"
                },
                {
                    "id": "25e1fab1-2769-4a5c-8704-09cd34cee5c2",
                    "gambit_id": "1d116efe-b505-4c64-8d17-3280755535aa",
                    "last_updated": "2022-09-20T08:32:11.264378-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Philadelphia Eagles",
                    "reward": "1.85000",
                    "odds": "1.95240",
                    "spread": "-3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13a770d2-38a3-46d2-b536-bd50ddbc9791/?format=api"
                }
            ]
        },
        {
            "id": "7da41cba-6d43-41f2-8fa3-a94ccf9e0612",
            "match": "https://api-prod.gambitprofit.com/api/matches/a8fb1313-3e50-458a-8921-2ac24c373f3c/?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 49.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 49.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "fbaaa218-c5f0-46b4-a1b7-38d231ca1466",
                    "gambit_id": "8113ff8b-1c08-4805-8523-2ecc3be23af6",
                    "last_updated": "2022-09-20T08:32:11.259406-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 49.5",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "49.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7da41cba-6d43-41f2-8fa3-a94ccf9e0612/?format=api"
                },
                {
                    "id": "75f170b1-e2e4-4f23-b0a7-2524b7b1aa58",
                    "gambit_id": "bb2feb09-0493-4d61-8dbc-9d7f1696f195",
                    "last_updated": "2022-09-20T08:32:11.258419-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 49.5",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "49.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7da41cba-6d43-41f2-8fa3-a94ccf9e0612/?format=api"
                }
            ]
        }
    ]
}