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/e4c35ef2-65bd-4b4e-bd80-c409103a9cc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4c35ef2-65bd-4b4e-bd80-c409103a9cc1",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "50bfd1e5-7f8b-411b-8f7f-66da0e6d6163",
    "completed": true,
    "last_updated": "2023-02-20T09:41:55.374266-05:00",
    "created_at": "2023-02-19T16:16:51.042303-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.2,
    "sport_category": "NBA All-Star Game",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/50bfd1e5-7f8b-411b-8f7f-66da0e6d6163",
    "datetime": "2023-02-19T20:30:00-05:00",
    "cutoff_datetime": "2023-02-19T20:30:00-05:00",
    "name": "Team Giannis v. Team LeBron",
    "bettypes": [
        {
            "id": "0f7b0370-e7c3-42d5-9873-b668327ee43a",
            "match": "https://api-prod.gambitprofit.com/api/matches/e4c35ef2-65bd-4b4e-bd80-c409103a9cc1/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-02-19T16:16:51.052849-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": "Team LeBron",
                        "amount": 5610.0
                    },
                    {
                        "team": "Team Giannis",
                        "amount": 4390.0
                    }
                ],
                "expected_reward_tokens": 9480.9,
                "profit_sb": -19.1,
                "profit_sb_percentage": -0.2,
                "recommended": false
            },
            "lines": [
                {
                    "id": "73ec38aa-f7da-4e82-9300-2618acc513c4",
                    "gambit_id": "05d4936e-2508-4afa-8e06-78dc59468a57",
                    "last_updated": "2023-02-20T09:41:55.384150-05:00",
                    "created_at": "2023-02-19T16:16:51.054097-05:00",
                    "name": "Team LeBron",
                    "reward": "1.69000",
                    "odds": "1.71430",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f7b0370-e7c3-42d5-9873-b668327ee43a/?format=api"
                },
                {
                    "id": "f56d2f1b-9aef-4de7-804c-5c6ee57eba81",
                    "gambit_id": "2b00a1ef-abea-40af-9018-6dca461c0d45",
                    "last_updated": "2023-02-20T09:41:55.385379-05:00",
                    "created_at": "2023-02-19T16:16:51.055454-05:00",
                    "name": "Team Giannis",
                    "reward": "2.16000",
                    "odds": "2.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f7b0370-e7c3-42d5-9873-b668327ee43a/?format=api"
                }
            ]
        },
        {
            "id": "4c436b36-6806-436b-8fac-62d55556aeb3",
            "match": "https://api-prod.gambitprofit.com/api/matches/e4c35ef2-65bd-4b4e-bd80-c409103a9cc1/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-02-19T16:16:51.048862-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": "Team LeBron",
                        "amount": 5000.0
                    },
                    {
                        "team": "Team Giannis",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "268a242a-2aff-4c50-bb93-a1421fa6437e",
                    "gambit_id": "d84a40d1-4c57-45f1-aa4b-93fab22b83b9",
                    "last_updated": "2023-02-20T09:41:55.380534-05:00",
                    "created_at": "2023-02-19T16:16:51.050137-05:00",
                    "name": "Team LeBron",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c436b36-6806-436b-8fac-62d55556aeb3/?format=api"
                },
                {
                    "id": "af2b13c7-cc44-4908-b177-b6d902de46aa",
                    "gambit_id": "b30ee170-6286-45fb-ac73-2b0861ac9386",
                    "last_updated": "2023-02-20T09:41:55.381706-05:00",
                    "created_at": "2023-02-19T16:16:51.051456-05:00",
                    "name": "Team Giannis",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c436b36-6806-436b-8fac-62d55556aeb3/?format=api"
                }
            ]
        },
        {
            "id": "5ebcbcc4-8cb0-4ed4-8ee5-df6b4a931478",
            "match": "https://api-prod.gambitprofit.com/api/matches/e4c35ef2-65bd-4b4e-bd80-c409103a9cc1/?format=api",
            "name": "Over/Under",
            "created_at": "2023-02-19T16:16:51.044410-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 325",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 325",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ce9ba207-480e-4e6f-9b40-9df91f241a5f",
                    "gambit_id": "091ff2af-d6f1-4c0a-b838-80bf784fd91b",
                    "last_updated": "2023-02-20T09:41:55.377069-05:00",
                    "created_at": "2023-02-19T16:16:51.046011-05:00",
                    "name": "Game Total Under 325",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "325.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ebcbcc4-8cb0-4ed4-8ee5-df6b4a931478/?format=api"
                },
                {
                    "id": "2a3de8cd-9aa4-4fff-99dd-cdf170091691",
                    "gambit_id": "01db09b5-59ca-438d-9ffc-5e48cf49ed21",
                    "last_updated": "2023-02-20T09:41:55.378216-05:00",
                    "created_at": "2023-02-19T16:16:51.047447-05:00",
                    "name": "Game Total Over 325",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "325.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ebcbcc4-8cb0-4ed4-8ee5-df6b4a931478/?format=api"
                }
            ]
        }
    ]
}