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/dd5817da-5084-4626-800a-a55a909aa848/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd5817da-5084-4626-800a-a55a909aa848",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "34ac4f54-7c74-4bd0-b755-e9f1a1342f70",
    "completed": true,
    "last_updated": "2022-09-01T10:41:59.901221-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.06,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/34ac4f54-7c74-4bd0-b755-e9f1a1342f70",
    "datetime": "2022-08-31T19:07:00-04:00",
    "cutoff_datetime": "2022-08-31T19:07:00-04:00",
    "name": "Chicago Cubs v. Toronto Blue Jays",
    "bettypes": [
        {
            "id": "83501047-b071-4050-b6d3-7096ab3394da",
            "match": "https://api-prod.gambitprofit.com/api/matches/dd5817da-5084-4626-800a-a55a909aa848/?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": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Toronto Blue Jays",
                        "amount": 6627.0
                    },
                    {
                        "team": "Chicago Cubs",
                        "amount": 3373.0
                    }
                ],
                "expected_reward_tokens": 9275.75,
                "profit_sb": 275.75,
                "profit_sb_percentage": 3.06,
                "recommended": true
            },
            "lines": [
                {
                    "id": "6ff43ee8-d17d-4332-b404-679e13bf2354",
                    "gambit_id": "8428ec5b-9e9c-4471-b459-f7d3a1c40106",
                    "last_updated": "2022-09-01T10:41:59.904118-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Toronto Blue Jays",
                    "reward": "1.40000",
                    "odds": "1.44440",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83501047-b071-4050-b6d3-7096ab3394da/?format=api"
                },
                {
                    "id": "cbe704d8-fbdc-4315-9e10-6cec656d120c",
                    "gambit_id": "cec864ab-3cb6-4b8a-823b-58a710c53b2b",
                    "last_updated": "2022-09-01T10:41:59.904578-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Chicago Cubs",
                    "reward": "2.75000",
                    "odds": "2.95000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83501047-b071-4050-b6d3-7096ab3394da/?format=api"
                }
            ]
        },
        {
            "id": "0f1547a8-90af-482d-a277-a734d5ca5b43",
            "match": "https://api-prod.gambitprofit.com/api/matches/dd5817da-5084-4626-800a-a55a909aa848/?format=api",
            "name": "Play the Odds",
            "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": "Toronto Blue Jays",
                        "amount": 5205.0
                    },
                    {
                        "team": "Chicago Cubs",
                        "amount": 4795.0
                    }
                ],
                "expected_reward_tokens": 9108.75,
                "profit_sb": 108.75,
                "profit_sb_percentage": 1.21,
                "recommended": true
            },
            "lines": [
                {
                    "id": "6fe4664d-a100-418f-bb83-a661d6ca7fd4",
                    "gambit_id": "2063cb70-126c-4209-889a-2f63e08004f4",
                    "last_updated": "2022-09-01T10:41:59.903246-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Toronto Blue Jays",
                    "reward": "1.75000",
                    "odds": "1.83330",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f1547a8-90af-482d-a277-a734d5ca5b43/?format=api"
                },
                {
                    "id": "c51faa13-a1c6-4d52-9c39-94ac707863d4",
                    "gambit_id": "4a7aad50-7baf-4173-bb8d-c3a4b4cce3b2",
                    "last_updated": "2022-09-01T10:41:59.903684-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Chicago Cubs",
                    "reward": "1.90000",
                    "odds": "2.00000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f1547a8-90af-482d-a277-a734d5ca5b43/?format=api"
                }
            ]
        },
        {
            "id": "0c154b10-9070-4fe1-a341-9a2d26b816fa",
            "match": "https://api-prod.gambitprofit.com/api/matches/dd5817da-5084-4626-800a-a55a909aa848/?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 Under 9.5",
                        "amount": 5096.0
                    },
                    {
                        "team": "Game Total Over 9.5",
                        "amount": 4904.0
                    }
                ],
                "expected_reward_tokens": 9070.88,
                "profit_sb": 70.88,
                "profit_sb_percentage": 0.79,
                "recommended": true
            },
            "lines": [
                {
                    "id": "134a8e1b-2005-4a7e-b19b-2b9ae8a60cab",
                    "gambit_id": "e69dc6c1-caf6-4d22-99a0-8455c534d1dc",
                    "last_updated": "2022-09-01T10:41:59.902274-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 9.5",
                    "reward": "1.78000",
                    "odds": "1.86960",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c154b10-9070-4fe1-a341-9a2d26b816fa/?format=api"
                },
                {
                    "id": "978e6bfe-ae53-41d5-882f-e1e418219e58",
                    "gambit_id": "efc0a95d-9bd0-44d6-8ac3-87ffad8ef6bb",
                    "last_updated": "2022-09-01T10:41:59.902797-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 9.5",
                    "reward": "1.85000",
                    "odds": "1.95240",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c154b10-9070-4fe1-a341-9a2d26b816fa/?format=api"
                }
            ]
        }
    ]
}