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/bbce3279-023a-42cd-aa9a-c1c413ed69ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbce3279-023a-42cd-aa9a-c1c413ed69ce",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "90ed9a34-e8e5-48d5-a4dd-f1efb5f8e543",
    "completed": true,
    "last_updated": "2023-03-30T10:01:53.864941-04:00",
    "created_at": "2023-03-29T10:07:04.492982-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.29,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/90ed9a34-e8e5-48d5-a4dd-f1efb5f8e543",
    "datetime": "2023-03-29T22:10:00-04:00",
    "cutoff_datetime": "2023-03-29T22:10:00-04:00",
    "name": "Sacramento Kings v. Portland Trail Blazers",
    "bettypes": [
        {
            "id": "26f4d7c4-6f2d-4607-a51c-3779008c7efe",
            "match": "https://api-prod.gambitprofit.com/api/matches/bbce3279-023a-42cd-aa9a-c1c413ed69ce/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-03-29T10:07:04.501586-04:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Sacramento Kings",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10800.0,
                "profit_sb": 1300.0,
                "profit_sb_percentage": 13.68,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Sacramento Kings",
                        "amount": 8773.0
                    },
                    {
                        "team": "Portland Trail Blazers",
                        "amount": 1227.0
                    }
                ],
                "expected_reward_tokens": 9472.44,
                "profit_sb": -27.56,
                "profit_sb_percentage": -0.29,
                "recommended": false
            },
            "lines": [
                {
                    "id": "59d7825e-9f79-4c75-92e4-a5eba39bec25",
                    "gambit_id": "fb3a99de-f635-41a7-95e5-7c750a2a6188",
                    "last_updated": "2023-03-30T10:01:53.875198-04:00",
                    "created_at": "2023-03-29T10:07:04.505094-04:00",
                    "name": "Sacramento Kings",
                    "reward": "1.08000",
                    "odds": "1.08330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26f4d7c4-6f2d-4607-a51c-3779008c7efe/?format=api"
                },
                {
                    "id": "194630e4-3860-4022-bf57-0f57505f4035",
                    "gambit_id": "2b654228-6ca4-4897-a85f-a82338903869",
                    "last_updated": "2023-03-30T10:01:53.873606-04:00",
                    "created_at": "2023-03-29T10:07:04.503279-04:00",
                    "name": "Portland Trail Blazers",
                    "reward": "7.72000",
                    "odds": "8.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26f4d7c4-6f2d-4607-a51c-3779008c7efe/?format=api"
                }
            ]
        },
        {
            "id": "99113cad-417a-476a-91bc-19b01624d13b",
            "match": "https://api-prod.gambitprofit.com/api/matches/bbce3279-023a-42cd-aa9a-c1c413ed69ce/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-03-29T10:07:04.506896-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": "Sacramento Kings",
                        "amount": 5000.0
                    },
                    {
                        "team": "Portland Trail Blazers",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b55ea504-9d13-4294-b833-590a52fa803d",
                    "gambit_id": "d1bd6827-1840-4fcf-a686-c4a822ffabf7",
                    "last_updated": "2023-03-30T10:01:53.879660-04:00",
                    "created_at": "2023-03-29T10:07:04.510344-04:00",
                    "name": "Sacramento Kings",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "-14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99113cad-417a-476a-91bc-19b01624d13b/?format=api"
                },
                {
                    "id": "72c83ab8-54a4-4192-b4c1-1dea40ca7eab",
                    "gambit_id": "64ff0863-3192-4220-a18c-eb8399fc529b",
                    "last_updated": "2023-03-30T10:01:53.878335-04:00",
                    "created_at": "2023-03-29T10:07:04.508588-04:00",
                    "name": "Portland Trail Blazers",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99113cad-417a-476a-91bc-19b01624d13b/?format=api"
                }
            ]
        },
        {
            "id": "fa7d88cc-34f1-4321-a39e-9bdb869032ec",
            "match": "https://api-prod.gambitprofit.com/api/matches/bbce3279-023a-42cd-aa9a-c1c413ed69ce/?format=api",
            "name": "Over/Under",
            "created_at": "2023-03-29T10:07:04.495429-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 236",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 236",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9e16138d-d495-4131-9a4e-e2760b95bff4",
                    "gambit_id": "a7553f69-b2c8-402c-8ea4-630ec7c5aa6d",
                    "last_updated": "2023-03-30T10:01:53.869204-04:00",
                    "created_at": "2023-03-29T10:07:04.497416-04:00",
                    "name": "Game Total Under 236",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "236.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa7d88cc-34f1-4321-a39e-9bdb869032ec/?format=api"
                },
                {
                    "id": "84da902f-e368-4fbd-9d00-f1ccdc1aa936",
                    "gambit_id": "4d30d18b-b066-4a45-9c80-a78448a03ae7",
                    "last_updated": "2023-03-30T10:01:53.870652-04:00",
                    "created_at": "2023-03-29T10:07:04.499570-04:00",
                    "name": "Game Total Over 236",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "236.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa7d88cc-34f1-4321-a39e-9bdb869032ec/?format=api"
                }
            ]
        }
    ]
}