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/d28bae0b-6926-43e8-971a-ead556069b6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d28bae0b-6926-43e8-971a-ead556069b6c",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "559a7759-a14a-437c-a448-fdae3d49c1c8",
    "completed": true,
    "last_updated": "2023-12-21T10:38:21.431186-05:00",
    "created_at": "2023-12-19T08:47:59.848499-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.93,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/559a7759-a14a-437c-a448-fdae3d49c1c8",
    "datetime": "2023-12-19T20:10:00-05:00",
    "cutoff_datetime": "2023-12-19T20:10:00-05:00",
    "name": "San Antonio Spurs v. Milwaukee Bucks",
    "bettypes": [
        {
            "id": "a9d0d0cf-5be2-4d77-9efa-3ed5c304da8f",
            "match": "https://api-prod.gambitprofit.com/api/matches/d28bae0b-6926-43e8-971a-ead556069b6c/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-12-19T08:47:59.869499-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Milwaukee Bucks",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10600.0,
                "profit_sb": 1100.0,
                "profit_sb_percentage": 11.58,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Milwaukee Bucks",
                        "amount": 8879.0
                    },
                    {
                        "team": "San Antonio Spurs",
                        "amount": 1121.0
                    }
                ],
                "expected_reward_tokens": 9411.74,
                "profit_sb": -88.26,
                "profit_sb_percentage": -0.93,
                "recommended": false
            },
            "lines": [
                {
                    "id": "2031d2bd-aedf-4fd3-9c65-6f03601199d2",
                    "gambit_id": "7bef3c3e-eb0c-4b44-9d68-617e3c25710b",
                    "last_updated": "2023-12-21T10:38:21.457829-05:00",
                    "created_at": "2023-12-19T08:47:59.878846-05:00",
                    "name": "Milwaukee Bucks",
                    "reward": "1.06000",
                    "odds": "1.06670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9d0d0cf-5be2-4d77-9efa-3ed5c304da8f/?format=api"
                },
                {
                    "id": "4697ede3-29b2-44fb-ab98-48d3232a7ab7",
                    "gambit_id": "5c7a7ad2-cc94-4997-9d40-f96d37658a40",
                    "last_updated": "2023-12-21T10:38:21.454753-05:00",
                    "created_at": "2023-12-19T08:47:59.873628-05:00",
                    "name": "San Antonio Spurs",
                    "reward": "8.40000",
                    "odds": "8.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9d0d0cf-5be2-4d77-9efa-3ed5c304da8f/?format=api"
                }
            ]
        },
        {
            "id": "d7550cba-e50b-4a77-81eb-5aca7030efeb",
            "match": "https://api-prod.gambitprofit.com/api/matches/d28bae0b-6926-43e8-971a-ead556069b6c/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-12-19T08:47:59.854722-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": "Milwaukee Bucks",
                        "amount": 5000.0
                    },
                    {
                        "team": "San Antonio Spurs",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "edaed062-3add-413b-adeb-dbcfa07ed6b5",
                    "gambit_id": "64eefe5e-4b0a-45c6-8645-508966e98116",
                    "last_updated": "2023-12-21T10:38:21.448166-05:00",
                    "created_at": "2023-12-19T08:47:59.864087-05:00",
                    "name": "Milwaukee Bucks",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "-16.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7550cba-e50b-4a77-81eb-5aca7030efeb/?format=api"
                },
                {
                    "id": "05a09485-21d6-4850-94a6-da4abc65b4f8",
                    "gambit_id": "2dfd274d-719d-4c50-bccd-bd5adb6477ee",
                    "last_updated": "2023-12-21T10:38:21.440393-05:00",
                    "created_at": "2023-12-19T08:47:59.858543-05:00",
                    "name": "San Antonio Spurs",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "16.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7550cba-e50b-4a77-81eb-5aca7030efeb/?format=api"
                }
            ]
        },
        {
            "id": "b09e8d3f-7f16-4495-a33f-5e51d7c90c57",
            "match": "https://api-prod.gambitprofit.com/api/matches/d28bae0b-6926-43e8-971a-ead556069b6c/?format=api",
            "name": "Over/Under",
            "created_at": "2023-12-19T08:47:59.884366-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 249",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 249",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "cfa2f83c-24dc-42d7-a4bc-0a739f7c027f",
                    "gambit_id": "edf0935f-8332-4252-a11b-be6a5243badc",
                    "last_updated": "2023-12-21T10:38:21.467317-05:00",
                    "created_at": "2023-12-19T08:47:59.888271-05:00",
                    "name": "Game Total Over 249",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "249.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b09e8d3f-7f16-4495-a33f-5e51d7c90c57/?format=api"
                },
                {
                    "id": "b7effbf5-40ee-4816-be92-9697c1f476b9",
                    "gambit_id": "5e4e48b5-a967-4982-a8be-7c88e710c14d",
                    "last_updated": "2023-12-21T10:38:21.474029-05:00",
                    "created_at": "2023-12-19T08:47:59.892846-05:00",
                    "name": "Game Total Under 249",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "249.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b09e8d3f-7f16-4495-a33f-5e51d7c90c57/?format=api"
                }
            ]
        }
    ]
}