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/4819a53d-19e4-4e7d-86fb-6777c63f797d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4819a53d-19e4-4e7d-86fb-6777c63f797d",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "c465ab3a-280b-4389-84fc-d38c5f1e0a4d",
    "completed": true,
    "last_updated": "2023-08-09T10:53:24.106480-04:00",
    "created_at": "2023-08-08T10:38:06.932650-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.06,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/c465ab3a-280b-4389-84fc-d38c5f1e0a4d",
    "datetime": "2023-08-08T16:05:00-04:00",
    "cutoff_datetime": "2023-08-08T16:05:00-04:00",
    "name": "WAS (T Williams) v. PHI (Z Wheeler) - Game 1",
    "bettypes": [
        {
            "id": "42901f6b-0814-4c68-a426-21b5ac0b3b62",
            "match": "https://api-prod.gambitprofit.com/api/matches/4819a53d-19e4-4e7d-86fb-6777c63f797d/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-08-08T10:38:06.942837-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": "PHI (Z Wheeler)",
                        "amount": 7033.0
                    },
                    {
                        "team": "WAS (T Williams)",
                        "amount": 2967.0
                    }
                ],
                "expected_reward_tokens": 9494.4,
                "profit_sb": -5.6,
                "profit_sb_percentage": -0.06,
                "recommended": false
            },
            "lines": [
                {
                    "id": "70705fdc-59d4-4b02-9d86-b04a02c1233b",
                    "gambit_id": "4cf3a756-01fc-451f-9e05-872f1f104a62",
                    "last_updated": "2023-08-09T10:53:24.125080-04:00",
                    "created_at": "2023-08-08T10:38:06.954872-04:00",
                    "name": "PHI (Z Wheeler)",
                    "reward": "1.35000",
                    "odds": "1.37040",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42901f6b-0814-4c68-a426-21b5ac0b3b62/?format=api"
                },
                {
                    "id": "fbe87888-e52c-48ed-b4ab-0263ffe6b760",
                    "gambit_id": "f587b7d1-fefb-4d3e-88d6-123871bf5753",
                    "last_updated": "2023-08-09T10:53:24.121670-04:00",
                    "created_at": "2023-08-08T10:38:06.949632-04:00",
                    "name": "WAS (T Williams)",
                    "reward": "3.20000",
                    "odds": "3.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42901f6b-0814-4c68-a426-21b5ac0b3b62/?format=api"
                }
            ]
        },
        {
            "id": "44d0d231-9167-46c3-bf8c-027d20781348",
            "match": "https://api-prod.gambitprofit.com/api/matches/4819a53d-19e4-4e7d-86fb-6777c63f797d/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-08-08T10:38:06.971585-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": "PHI",
                        "amount": 5614.0
                    },
                    {
                        "team": "WAS",
                        "amount": 4386.0
                    }
                ],
                "expected_reward_tokens": 9429.9,
                "profit_sb": -70.1,
                "profit_sb_percentage": -0.74,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7fb27c26-1bec-4744-8e99-65a0b3d3e818",
                    "gambit_id": "b2c433e2-98d4-4dae-84af-b78c0d59d29a",
                    "last_updated": "2023-08-09T10:53:24.147940-04:00",
                    "created_at": "2023-08-08T10:38:06.980227-04:00",
                    "name": "PHI",
                    "reward": "1.68000",
                    "odds": "1.71430",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44d0d231-9167-46c3-bf8c-027d20781348/?format=api"
                },
                {
                    "id": "5ca600c0-0bfd-4d09-92e0-75cfacbd21bb",
                    "gambit_id": "c4bffd6b-43ed-412e-83df-c03f3eb8e2f0",
                    "last_updated": "2023-08-09T10:53:24.142593-04:00",
                    "created_at": "2023-08-08T10:38:06.975348-04:00",
                    "name": "WAS",
                    "reward": "2.15000",
                    "odds": "2.20000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44d0d231-9167-46c3-bf8c-027d20781348/?format=api"
                }
            ]
        },
        {
            "id": "5ed89aa7-065e-4180-bd01-7d05d5fc8cea",
            "match": "https://api-prod.gambitprofit.com/api/matches/4819a53d-19e4-4e7d-86fb-6777c63f797d/?format=api",
            "name": "Over/Under",
            "created_at": "2023-08-08T10:38:06.959381-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 9",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 9",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d8862b77-5cf4-4893-9e6a-05648d47cf5c",
                    "gambit_id": "e52630e5-7048-41c2-94a8-cc7dde54e5f6",
                    "last_updated": "2023-08-09T10:53:24.135784-04:00",
                    "created_at": "2023-08-08T10:38:06.967616-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ed89aa7-065e-4180-bd01-7d05d5fc8cea/?format=api"
                },
                {
                    "id": "cccb3d34-6959-4924-858d-bbd0590289ca",
                    "gambit_id": "4eaa0305-ed22-4872-964a-1ea8869c4a0c",
                    "last_updated": "2023-08-09T10:53:24.132673-04:00",
                    "created_at": "2023-08-08T10:38:06.963338-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ed89aa7-065e-4180-bd01-7d05d5fc8cea/?format=api"
                }
            ]
        }
    ]
}