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/dda3492a-68a1-4d52-9d95-2a771a7a2d57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dda3492a-68a1-4d52-9d95-2a771a7a2d57",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "c902abe4-ab25-4a7b-ada9-f7ddb2fa0778",
    "completed": true,
    "last_updated": "2022-12-03T09:57:35.263170-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.37,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/c902abe4-ab25-4a7b-ada9-f7ddb2fa0778",
    "datetime": "2022-12-02T19:40:00-05:00",
    "cutoff_datetime": "2022-12-02T19:40:00-05:00",
    "name": "Denver Nuggets v. Atlanta Hawks",
    "bettypes": [
        {
            "id": "a8bdb292-923b-4474-b7ba-dc5fe206186d",
            "match": "https://api-prod.gambitprofit.com/api/matches/dda3492a-68a1-4d52-9d95-2a771a7a2d57/?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 Nuggets",
                        "amount": 6336.0
                    },
                    {
                        "team": "Atlanta Hawks",
                        "amount": 3664.0
                    }
                ],
                "expected_reward_tokens": 9123.36,
                "profit_sb": 123.36,
                "profit_sb_percentage": 1.37,
                "recommended": true
            },
            "lines": [
                {
                    "id": "018b153f-0958-4376-bbcc-aa7d62768b78",
                    "gambit_id": "9ab837fb-9125-491e-a70a-d167de0c6df6",
                    "last_updated": "2022-12-03T09:57:35.270604-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Denver Nuggets",
                    "reward": "1.44000",
                    "odds": "1.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8bdb292-923b-4474-b7ba-dc5fe206186d/?format=api"
                },
                {
                    "id": "3e6374b4-1fc7-4c8a-8365-ea87b08d36c7",
                    "gambit_id": "1549719a-1a7d-4834-af15-3c5d037a4700",
                    "last_updated": "2022-12-03T09:57:35.269343-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Atlanta Hawks",
                    "reward": "2.49000",
                    "odds": "2.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8bdb292-923b-4474-b7ba-dc5fe206186d/?format=api"
                }
            ]
        },
        {
            "id": "1053c1fe-50ff-4c40-a8c4-e29c09444c99",
            "match": "https://api-prod.gambitprofit.com/api/matches/dda3492a-68a1-4d52-9d95-2a771a7a2d57/?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 Nuggets",
                        "amount": 5097.0
                    },
                    {
                        "team": "Atlanta Hawks",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c13f2e24-3e79-46e1-b6ed-c853c8d18281",
                    "gambit_id": "0500fe07-91f4-4440-b7ee-cf73ceeb8dfe",
                    "last_updated": "2022-12-03T09:57:35.273830-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Denver Nuggets",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "-5.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1053c1fe-50ff-4c40-a8c4-e29c09444c99/?format=api"
                },
                {
                    "id": "779b7100-dfcf-479d-8470-f2560d7fa26d",
                    "gambit_id": "84e45a27-a949-460f-a1c9-36a6297ae547",
                    "last_updated": "2022-12-03T09:57:35.272743-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Atlanta Hawks",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "5.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1053c1fe-50ff-4c40-a8c4-e29c09444c99/?format=api"
                }
            ]
        },
        {
            "id": "851d2bf9-27c8-477d-9b81-df9d23a8cf11",
            "match": "https://api-prod.gambitprofit.com/api/matches/dda3492a-68a1-4d52-9d95-2a771a7a2d57/?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 225",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 225",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "2b7caf0d-724d-4adc-a38d-06e906a96510",
                    "gambit_id": "075b66e4-e018-468e-8489-ea7eca5e77a2",
                    "last_updated": "2022-12-03T09:57:35.265680-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 225",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "225.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/851d2bf9-27c8-477d-9b81-df9d23a8cf11/?format=api"
                },
                {
                    "id": "b79babb7-638d-43aa-96b3-4fae7462275e",
                    "gambit_id": "29de78ed-7ba0-46c0-a4fe-6a8d0135f239",
                    "last_updated": "2022-12-03T09:57:35.266715-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 225",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "225.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/851d2bf9-27c8-477d-9b81-df9d23a8cf11/?format=api"
                }
            ]
        }
    ]
}