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/3ec1b67d-2287-46b0-b6ef-d76e21b3b5c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ec1b67d-2287-46b0-b6ef-d76e21b3b5c6",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "17d173c1-96ae-4e59-808a-631ad4d9f5a9",
    "completed": true,
    "last_updated": "2023-07-29T19:38:33.612039-04:00",
    "created_at": "2023-07-28T08:23:03.535199-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.71,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/17d173c1-96ae-4e59-808a-631ad4d9f5a9",
    "datetime": "2023-07-28T20:10:00-04:00",
    "cutoff_datetime": "2023-07-28T20:10:00-04:00",
    "name": "MIN (S Gray) v. KAN (B Singer)",
    "bettypes": [
        {
            "id": "d4a53d16-78e8-499a-b9be-9cec59a8456c",
            "match": "https://api-prod.gambitprofit.com/api/matches/3ec1b67d-2287-46b0-b6ef-d76e21b3b5c6/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-07-28T08:23:03.540355-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": "MIN (S Gray)",
                        "amount": 5980.0
                    },
                    {
                        "team": "KAN (B Singer)",
                        "amount": 4020.0
                    }
                ],
                "expected_reward_tokens": 9567.6,
                "profit_sb": 67.6,
                "profit_sb_percentage": 0.71,
                "recommended": true
            },
            "lines": [
                {
                    "id": "73737883-79c9-4af9-ba32-7f818d30d844",
                    "gambit_id": "25e736b5-11b1-4528-94f6-57328f720468",
                    "last_updated": "2023-07-29T19:38:33.621835-04:00",
                    "created_at": "2023-07-28T08:23:03.545788-04:00",
                    "name": "MIN (S Gray)",
                    "reward": "1.60000",
                    "odds": "1.62500",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4a53d16-78e8-499a-b9be-9cec59a8456c/?format=api"
                },
                {
                    "id": "ee62d550-d994-4702-90fe-361f684e4c2e",
                    "gambit_id": "adda5c07-2cf2-4ac0-b71e-66c150fe63ae",
                    "last_updated": "2023-07-29T19:38:33.625363-04:00",
                    "created_at": "2023-07-28T08:23:03.550156-04:00",
                    "name": "KAN (B Singer)",
                    "reward": "2.38000",
                    "odds": "2.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4a53d16-78e8-499a-b9be-9cec59a8456c/?format=api"
                }
            ]
        },
        {
            "id": "2cc4ee3d-a9e0-4acf-b603-96d4101f3fcb",
            "match": "https://api-prod.gambitprofit.com/api/matches/3ec1b67d-2287-46b0-b6ef-d76e21b3b5c6/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-07-28T08:23:03.554881-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": "KAN",
                        "amount": 5107.0
                    },
                    {
                        "team": "MIN",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "fa07ef2a-05f4-4f93-bd28-9a9c94f6558e",
                    "gambit_id": "76397d84-c21a-411b-b351-d11f0c92b97d",
                    "last_updated": "2023-07-29T19:38:33.635856-04:00",
                    "created_at": "2023-07-28T08:23:03.563482-04:00",
                    "name": "KAN",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cc4ee3d-a9e0-4acf-b603-96d4101f3fcb/?format=api"
                },
                {
                    "id": "fbb73390-2790-49fc-adf9-3513c28ee12a",
                    "gambit_id": "b81e16a6-380f-4b77-a0ac-69c9157f8921",
                    "last_updated": "2023-07-29T19:38:33.632209-04:00",
                    "created_at": "2023-07-28T08:23:03.558812-04:00",
                    "name": "MIN",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cc4ee3d-a9e0-4acf-b603-96d4101f3fcb/?format=api"
                }
            ]
        },
        {
            "id": "0409574b-2fb2-4f8e-b293-4371ff1427a9",
            "match": "https://api-prod.gambitprofit.com/api/matches/3ec1b67d-2287-46b0-b6ef-d76e21b3b5c6/?format=api",
            "name": "Over/Under",
            "created_at": "2023-07-28T08:23:03.568712-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 Over 10",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 10",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9084f5f4-39d5-4e1b-8ce4-efc1827949c3",
                    "gambit_id": "14655fe0-cf00-4bf7-8ec6-fe5cc1b66ff4",
                    "last_updated": "2023-07-29T19:38:33.643257-04:00",
                    "created_at": "2023-07-28T08:23:03.573291-04:00",
                    "name": "Game Total Over 10",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0409574b-2fb2-4f8e-b293-4371ff1427a9/?format=api"
                },
                {
                    "id": "822c2486-e1a6-4da2-b55a-a1e078aabe02",
                    "gambit_id": "7a04d4aa-4213-4ed9-ac03-7722a9cbe47f",
                    "last_updated": "2023-07-29T19:38:33.650347-04:00",
                    "created_at": "2023-07-28T08:23:03.577674-04:00",
                    "name": "Game Total Under 10",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0409574b-2fb2-4f8e-b293-4371ff1427a9/?format=api"
                }
            ]
        }
    ]
}