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/b8a774fe-a29f-425c-86da-ad171219597d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8a774fe-a29f-425c-86da-ad171219597d",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "3e2a9d3b-f588-40d8-a114-582541d222f0",
    "completed": true,
    "last_updated": "2022-09-25T21:46:53.102037-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.31,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/3e2a9d3b-f588-40d8-a114-582541d222f0",
    "datetime": "2022-09-24T19:10:00-04:00",
    "cutoff_datetime": "2022-09-24T19:10:00-04:00",
    "name": "SEA (L Gilbert) v. KAN (K Bubic)",
    "bettypes": [
        {
            "id": "abf704b3-5750-4ece-adc5-279d2e422930",
            "match": "https://api-prod.gambitprofit.com/api/matches/b8a774fe-a29f-425c-86da-ad171219597d/?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": "SEA (L Gilbert)",
                        "amount": 6098.0
                    },
                    {
                        "team": "KAN (K Bubic)",
                        "amount": 3902.0
                    }
                ],
                "expected_reward_tokens": 9207.98,
                "profit_sb": 207.98,
                "profit_sb_percentage": 2.31,
                "recommended": true
            },
            "lines": [
                {
                    "id": "690c5809-79ff-429d-af3e-111ff298db22",
                    "gambit_id": "af17eb80-71ca-4b83-a601-d81c3ce55191",
                    "last_updated": "2022-09-25T21:46:53.112208-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "SEA (L Gilbert)",
                    "reward": "1.51000",
                    "odds": "1.58820",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abf704b3-5750-4ece-adc5-279d2e422930/?format=api"
                },
                {
                    "id": "92d5eb57-cab7-4dca-92e6-a47a36950eb6",
                    "gambit_id": "2e55f979-4433-40dc-a72e-e5cfe5daf9cf",
                    "last_updated": "2022-09-25T21:46:53.111197-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "KAN (K Bubic)",
                    "reward": "2.36000",
                    "odds": "2.55000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abf704b3-5750-4ece-adc5-279d2e422930/?format=api"
                }
            ]
        },
        {
            "id": "16c946e0-6b68-4c9a-9b8a-08cab350ec00",
            "match": "https://api-prod.gambitprofit.com/api/matches/b8a774fe-a29f-425c-86da-ad171219597d/?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": "KAN",
                        "amount": 5097.0
                    },
                    {
                        "team": "SEA",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "122d7015-87cd-4230-9e29-cde155cb934b",
                    "gambit_id": "2672c284-773e-401a-80e9-ac3ef3c53355",
                    "last_updated": "2022-09-25T21:46:53.108174-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "KAN",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16c946e0-6b68-4c9a-9b8a-08cab350ec00/?format=api"
                },
                {
                    "id": "082fe3a6-4ab7-4fed-9e21-8187a5a2caaa",
                    "gambit_id": "e108c7fe-cf95-4547-8240-68cf7b671aeb",
                    "last_updated": "2022-09-25T21:46:53.109247-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "SEA",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16c946e0-6b68-4c9a-9b8a-08cab350ec00/?format=api"
                }
            ]
        },
        {
            "id": "311f721d-2648-4972-a914-d00ba908c367",
            "match": "https://api-prod.gambitprofit.com/api/matches/b8a774fe-a29f-425c-86da-ad171219597d/?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 8",
                        "amount": 5208.0
                    },
                    {
                        "team": "Game Total Under 8",
                        "amount": 4792.0
                    }
                ],
                "expected_reward_tokens": 9008.96,
                "profit_sb": 8.96,
                "profit_sb_percentage": 0.1,
                "recommended": true
            },
            "lines": [
                {
                    "id": "107e8ead-8abb-4b1c-a920-03592c88cb9d",
                    "gambit_id": "16c594a9-dea4-4508-9852-ad312381722e",
                    "last_updated": "2022-09-25T21:46:53.106195-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 8",
                    "reward": "1.73000",
                    "odds": "1.83330",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/311f721d-2648-4972-a914-d00ba908c367/?format=api"
                },
                {
                    "id": "7bbdc89a-bd88-42f5-9a84-ac7e0bb18b69",
                    "gambit_id": "5bdbcafc-1156-40a1-b5c9-dd7dc5449aca",
                    "last_updated": "2022-09-25T21:46:53.105005-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 8",
                    "reward": "1.88000",
                    "odds": "2.00000",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/311f721d-2648-4972-a914-d00ba908c367/?format=api"
                }
            ]
        }
    ]
}