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/a7dc722c-1890-416d-9883-f60cb82bf70f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7dc722c-1890-416d-9883-f60cb82bf70f",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "dafb450f-ed0e-4647-a425-a578ba618483",
    "completed": true,
    "last_updated": "2023-04-28T11:22:27.122527-04:00",
    "created_at": "2023-04-27T11:52:00.024735-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.1,
    "sport_category": "English  Premier League",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/dafb450f-ed0e-4647-a425-a578ba618483",
    "datetime": "2023-04-27T14:45:00-04:00",
    "cutoff_datetime": "2023-04-27T14:45:00-04:00",
    "name": "Everton v. Newcastle United",
    "bettypes": [
        {
            "id": "98c97569-4e98-4913-93d7-cd236a42fbf2",
            "match": "https://api-prod.gambitprofit.com/api/matches/a7dc722c-1890-416d-9883-f60cb82bf70f/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-27T11:52:00.031191-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Newcastle United",
                        "amount": 6538.0
                    },
                    {
                        "team": "Draw",
                        "amount": 3462.0
                    }
                ],
                "expected_reward_tokens": 11768.4,
                "profit_sb": 2268.4,
                "profit_sb_percentage": 23.88,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Newcastle United",
                        "amount": 5149.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2726.0
                    },
                    {
                        "team": "Everton",
                        "amount": 2126.0
                    }
                ],
                "expected_reward_tokens": 9268.2,
                "profit_sb": -231.8,
                "profit_sb_percentage": -2.44,
                "recommended": false
            },
            "lines": [
                {
                    "id": "67f05610-fcb2-4d36-b73d-fdb9437b4b9a",
                    "gambit_id": "613089fe-7f31-41df-a0cb-c17f862481a8",
                    "last_updated": "2023-04-28T11:22:27.129563-04:00",
                    "created_at": "2023-04-27T11:52:00.032465-04:00",
                    "name": "Newcastle United",
                    "reward": "1.80000",
                    "odds": "1.83000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98c97569-4e98-4913-93d7-cd236a42fbf2/?format=api"
                },
                {
                    "id": "7f66da73-aebd-4258-bda6-4bf3511fd5b5",
                    "gambit_id": "a82c9e4c-7e38-49c5-a0ca-69f2f4e97a03",
                    "last_updated": "2023-04-28T11:22:27.131887-04:00",
                    "created_at": "2023-04-27T11:52:00.035103-04:00",
                    "name": "Draw",
                    "reward": "3.40000",
                    "odds": "3.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98c97569-4e98-4913-93d7-cd236a42fbf2/?format=api"
                },
                {
                    "id": "e0d81d3b-6d45-4d7c-bb48-d74151cd7316",
                    "gambit_id": "9c3f743b-ee9b-456f-ab9b-7bdfc0a2a8ae",
                    "last_updated": "2023-04-28T11:22:27.130711-04:00",
                    "created_at": "2023-04-27T11:52:00.033778-04:00",
                    "name": "Everton",
                    "reward": "4.36000",
                    "odds": "4.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98c97569-4e98-4913-93d7-cd236a42fbf2/?format=api"
                }
            ]
        },
        {
            "id": "9d698873-68af-49cc-863c-c1c8b8eea1a2",
            "match": "https://api-prod.gambitprofit.com/api/matches/a7dc722c-1890-416d-9883-f60cb82bf70f/?format=api",
            "name": "Over/Under",
            "created_at": "2023-04-27T11:52:00.026890-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 2.5",
                        "amount": 5255.0
                    },
                    {
                        "team": "Game Total Over 2.5",
                        "amount": 4745.0
                    }
                ],
                "expected_reward_tokens": 9300.2,
                "profit_sb": -199.8,
                "profit_sb_percentage": -2.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c791cfff-03e8-4db1-8886-db26ff0bc676",
                    "gambit_id": "6d2b9bd4-fe8c-491a-ac19-d4de67a58582",
                    "last_updated": "2023-04-28T11:22:27.125779-04:00",
                    "created_at": "2023-04-27T11:52:00.028331-04:00",
                    "name": "Game Total Under 2.5",
                    "reward": "1.77000",
                    "odds": "1.80000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d698873-68af-49cc-863c-c1c8b8eea1a2/?format=api"
                },
                {
                    "id": "2a0828bc-b864-4235-8a78-fab579ce58a2",
                    "gambit_id": "49e2c79f-0f2b-43a5-94d3-a0aa52a99513",
                    "last_updated": "2023-04-28T11:22:27.126989-04:00",
                    "created_at": "2023-04-27T11:52:00.029784-04:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d698873-68af-49cc-863c-c1c8b8eea1a2/?format=api"
                }
            ]
        }
    ]
}