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/d9b97043-df67-4bf5-91ea-f19d1529d2f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9b97043-df67-4bf5-91ea-f19d1529d2f7",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "5147bbc8-10eb-45a2-8950-1d3f04657419",
    "completed": true,
    "last_updated": "2022-11-23T09:52:22.501643-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.78,
    "sport_category": "World Cup",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/5147bbc8-10eb-45a2-8950-1d3f04657419",
    "datetime": "2022-11-22T14:00:00-05:00",
    "cutoff_datetime": "2022-11-22T14:00:00-05:00",
    "name": "France v. Australia",
    "bettypes": [
        {
            "id": "f122a132-17ac-49b4-8283-6e66e384b37e",
            "match": "https://api-prod.gambitprofit.com/api/matches/d9b97043-df67-4bf5-91ea-f19d1529d2f7/?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": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "France",
                        "amount": 7953.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2047.0
                    }
                ],
                "expected_reward_tokens": 9702.66,
                "profit_sb": 702.66,
                "profit_sb_percentage": 7.81,
                "recommended": true
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "France",
                        "amount": 7173.0
                    },
                    {
                        "team": "Draw",
                        "amount": 1846.0
                    },
                    {
                        "team": "Australia",
                        "amount": 981.0
                    }
                ],
                "expected_reward_tokens": 8750.04,
                "profit_sb": -249.96,
                "profit_sb_percentage": -2.78,
                "recommended": false
            },
            "lines": [
                {
                    "id": "206b7608-c6f1-444a-befe-501468a9af2b",
                    "gambit_id": "8579625f-cb69-48a1-be20-2b84334831e3",
                    "last_updated": "2022-11-23T09:52:22.508219-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "France",
                    "reward": "1.22000",
                    "odds": "1.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f122a132-17ac-49b4-8283-6e66e384b37e/?format=api"
                },
                {
                    "id": "afdf8b32-facf-4332-8c19-54029ac86f1a",
                    "gambit_id": "9d537026-b0cb-424c-a051-fcbff2817e01",
                    "last_updated": "2022-11-23T09:52:22.509184-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Draw",
                    "reward": "4.74000",
                    "odds": "5.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f122a132-17ac-49b4-8283-6e66e384b37e/?format=api"
                },
                {
                    "id": "14b6b9ec-8e93-4d00-9042-6926342c9d46",
                    "gambit_id": "0e1609b3-3c27-48d9-bc6c-e46d0cc45f9e",
                    "last_updated": "2022-11-23T09:52:22.507263-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Australia",
                    "reward": "8.92000",
                    "odds": "10.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f122a132-17ac-49b4-8283-6e66e384b37e/?format=api"
                }
            ]
        },
        {
            "id": "a89364f0-c417-4d2c-b9be-c7b7625b6ae4",
            "match": "https://api-prod.gambitprofit.com/api/matches/d9b97043-df67-4bf5-91ea-f19d1529d2f7/?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 2.5",
                        "amount": 5371.0
                    },
                    {
                        "team": "Game Total Under 2.5",
                        "amount": 4629.0
                    }
                ],
                "expected_reward_tokens": 8701.02,
                "profit_sb": -298.98,
                "profit_sb_percentage": -3.32,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a5763907-3543-4035-9578-0510227c758f",
                    "gambit_id": "15102e6d-213b-4f04-b4b4-21cacb95701b",
                    "last_updated": "2022-11-23T09:52:22.505312-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.62000",
                    "odds": "1.70000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a89364f0-c417-4d2c-b9be-c7b7625b6ae4/?format=api"
                },
                {
                    "id": "3f732c9e-79b9-4544-ba35-2680f2eb9f66",
                    "gambit_id": "c687a212-7fed-439b-95da-b6ea8cffa86a",
                    "last_updated": "2022-11-23T09:52:22.504236-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "1.88000",
                    "odds": "2.00000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a89364f0-c417-4d2c-b9be-c7b7625b6ae4/?format=api"
                }
            ]
        }
    ]
}