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/9b880737-5204-48ed-8a4e-c182802059d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b880737-5204-48ed-8a4e-c182802059d9",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "2af4ba51-a3d6-49ab-b76a-09d437e1d823",
    "completed": true,
    "last_updated": "2023-04-10T14:17:16.203277-04:00",
    "created_at": "2023-04-09T09:27:13.370507-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.11,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/2af4ba51-a3d6-49ab-b76a-09d437e1d823",
    "datetime": "2023-04-09T19:08:00-04:00",
    "cutoff_datetime": "2023-04-09T19:08:00-04:00",
    "name": "SDG (S Lugo) v. ATL (D Dodd)",
    "bettypes": [
        {
            "id": "bd72e526-bf16-48a7-9afb-04abec3d77f3",
            "match": "https://api-prod.gambitprofit.com/api/matches/9b880737-5204-48ed-8a4e-c182802059d9/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-09T09:27:13.392176-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": "ATL (D Dodd)",
                        "amount": 5337.0
                    },
                    {
                        "team": "SDG (S Lugo)",
                        "amount": 4663.0
                    }
                ],
                "expected_reward_tokens": 9605.78,
                "profit_sb": 105.78,
                "profit_sb_percentage": 1.11,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a4ccce3a-9bfa-4c77-989f-56ec5e4b364f",
                    "gambit_id": "a1304172-f11b-45aa-881f-fd51f8aee051",
                    "last_updated": "2023-04-10T14:17:16.217425-04:00",
                    "created_at": "2023-04-09T09:27:13.394185-04:00",
                    "name": "ATL (D Dodd)",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd72e526-bf16-48a7-9afb-04abec3d77f3/?format=api"
                },
                {
                    "id": "4481bc37-63f4-4a8d-820a-8f535a10a73a",
                    "gambit_id": "8acacaaf-e0c4-44a3-b21d-fdb2528bdb6b",
                    "last_updated": "2023-04-10T14:17:16.218983-04:00",
                    "created_at": "2023-04-09T09:27:13.396214-04:00",
                    "name": "SDG (S Lugo)",
                    "reward": "2.06000",
                    "odds": "2.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd72e526-bf16-48a7-9afb-04abec3d77f3/?format=api"
                }
            ]
        },
        {
            "id": "6da3a6b8-e084-4cc5-90f8-896a14aecc0d",
            "match": "https://api-prod.gambitprofit.com/api/matches/9b880737-5204-48ed-8a4e-c182802059d9/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-04-09T09:27:13.384566-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": "SDG",
                        "amount": 6308.0
                    },
                    {
                        "team": "ATL",
                        "amount": 3692.0
                    }
                ],
                "expected_reward_tokens": 9525.08,
                "profit_sb": 25.08,
                "profit_sb_percentage": 0.26,
                "recommended": true
            },
            "lines": [
                {
                    "id": "fc3363bd-ec8a-440b-9b41-920c19284ac0",
                    "gambit_id": "7d1b9fe9-d90f-4a1e-855f-c8527a0302f2",
                    "last_updated": "2023-04-10T14:17:16.214150-04:00",
                    "created_at": "2023-04-09T09:27:13.389450-04:00",
                    "name": "SDG",
                    "reward": "1.51000",
                    "odds": "1.52630",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6da3a6b8-e084-4cc5-90f8-896a14aecc0d/?format=api"
                },
                {
                    "id": "cf33f9c6-3a85-49bc-af3f-b6576af81bf4",
                    "gambit_id": "5bbe288b-03c6-4b8b-96f5-de9611b94142",
                    "last_updated": "2023-04-10T14:17:16.212203-04:00",
                    "created_at": "2023-04-09T09:27:13.387008-04:00",
                    "name": "ATL",
                    "reward": "2.58000",
                    "odds": "2.65000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6da3a6b8-e084-4cc5-90f8-896a14aecc0d/?format=api"
                }
            ]
        },
        {
            "id": "821d7f2c-72ba-4bdd-98fd-f843f064e5ee",
            "match": "https://api-prod.gambitprofit.com/api/matches/9b880737-5204-48ed-8a4e-c182802059d9/?format=api",
            "name": "Over/Under",
            "created_at": "2023-04-09T09:27:13.373428-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": "c21b02a6-5e4c-484b-8115-b36a712c6598",
                    "gambit_id": "b59366f1-afc4-4bea-b0e1-4bb1393d050c",
                    "last_updated": "2023-04-10T14:17:16.208999-04:00",
                    "created_at": "2023-04-09T09:27:13.376029-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/821d7f2c-72ba-4bdd-98fd-f843f064e5ee/?format=api"
                },
                {
                    "id": "da02d041-56cf-4ea5-88e8-756762fe5106",
                    "gambit_id": "68253ce1-e09b-4857-ac06-6cb4cb92a3c6",
                    "last_updated": "2023-04-10T14:17:16.207328-04:00",
                    "created_at": "2023-04-09T09:27:13.379308-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/821d7f2c-72ba-4bdd-98fd-f843f064e5ee/?format=api"
                }
            ]
        }
    ]
}