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/b955f0c2-6d91-4310-973a-abd89f14def5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b955f0c2-6d91-4310-973a-abd89f14def5",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "123d3912-6801-438c-86c3-47d296d8142f",
    "completed": true,
    "last_updated": "2022-10-21T21:02:24.811912-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.37,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/123d3912-6801-438c-86c3-47d296d8142f",
    "datetime": "2022-10-20T19:05:00-04:00",
    "cutoff_datetime": "2022-10-20T19:05:00-04:00",
    "name": "Washington Capitals v. Ottawa Senators",
    "bettypes": [
        {
            "id": "50b264d1-c58f-4bbb-beab-a7214f860c2f",
            "match": "https://api-prod.gambitprofit.com/api/matches/b955f0c2-6d91-4310-973a-abd89f14def5/?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": "Washington Capitals",
                        "amount": 5000.0
                    },
                    {
                        "team": "Ottawa Senators",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8b8e7761-a234-41b9-b0ea-ee4941f3abe9",
                    "gambit_id": "8e00c888-07c0-4306-a49a-2c9aea414163",
                    "last_updated": "2022-10-21T21:02:24.822753-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Washington Capitals",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50b264d1-c58f-4bbb-beab-a7214f860c2f/?format=api"
                },
                {
                    "id": "e402d94b-079c-42c6-ba07-d870356b622b",
                    "gambit_id": "81569624-aa70-464d-8f75-2054a9e22a73",
                    "last_updated": "2022-10-21T21:02:24.821677-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Ottawa Senators",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50b264d1-c58f-4bbb-beab-a7214f860c2f/?format=api"
                }
            ]
        },
        {
            "id": "77ce2800-0c51-4aa7-b91f-4efcab407124",
            "match": "https://api-prod.gambitprofit.com/api/matches/b955f0c2-6d91-4310-973a-abd89f14def5/?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": "Washington Capitals",
                        "amount": 6811.0
                    },
                    {
                        "team": "Ottawa Senators",
                        "amount": 3189.0
                    }
                ],
                "expected_reward_tokens": 9535.11,
                "profit_sb": 35.11,
                "profit_sb_percentage": 0.37,
                "recommended": true
            },
            "lines": [
                {
                    "id": "2f5ff136-57d0-4326-9793-4db59bb8fe3f",
                    "gambit_id": "64ce9f6a-4330-4195-83e7-777b53918e3e",
                    "last_updated": "2022-10-21T21:02:24.819533-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Washington Capitals",
                    "reward": "1.40000",
                    "odds": "1.40820",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77ce2800-0c51-4aa7-b91f-4efcab407124/?format=api"
                },
                {
                    "id": "f0894daf-c432-4ae4-ad86-fea3711472e4",
                    "gambit_id": "da1c2310-3b91-4b47-b487-51074f0290fd",
                    "last_updated": "2022-10-21T21:02:24.818424-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Ottawa Senators",
                    "reward": "2.99000",
                    "odds": "3.05000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77ce2800-0c51-4aa7-b91f-4efcab407124/?format=api"
                }
            ]
        },
        {
            "id": "c5a967df-7aeb-4ea9-8145-01b140888992",
            "match": "https://api-prod.gambitprofit.com/api/matches/b955f0c2-6d91-4310-973a-abd89f14def5/?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 Over 6.5",
                        "amount": 5106.0
                    },
                    {
                        "team": "Game Total Under 6.5",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b4decd89-0017-48b0-9386-2c0960024648",
                    "gambit_id": "e91f9a1e-3a08-41b9-bf9d-7105b0a835f5",
                    "last_updated": "2022-10-21T21:02:24.816031-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6.5",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5a967df-7aeb-4ea9-8145-01b140888992/?format=api"
                },
                {
                    "id": "a30432fa-23d3-4846-937c-eb5b1a74522b",
                    "gambit_id": "f6b2282b-9111-4711-883e-1c3ae6131d05",
                    "last_updated": "2022-10-21T21:02:24.814833-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6.5",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5a967df-7aeb-4ea9-8145-01b140888992/?format=api"
                }
            ]
        }
    ]
}