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/4cca27cb-e563-452d-a70e-74b8bda293be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4cca27cb-e563-452d-a70e-74b8bda293be",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "8b273c67-b4a0-4be5-8b98-0ae3371fee38",
    "completed": true,
    "last_updated": "2022-10-17T14:27:40.196445-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.42,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/8b273c67-b4a0-4be5-8b98-0ae3371fee38",
    "datetime": "2022-10-15T19:05:00-04:00",
    "cutoff_datetime": "2022-10-15T19:05:00-04:00",
    "name": "Ottawa Senators v. Toronto Maple Leafs",
    "bettypes": [
        {
            "id": "cb058241-f26c-4685-b4da-d1600482453f",
            "match": "https://api-prod.gambitprofit.com/api/matches/4cca27cb-e563-452d-a70e-74b8bda293be/?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 Maple Leafs",
                        "amount": 6766.0
                    },
                    {
                        "team": "Ottawa Senators",
                        "amount": 3234.0
                    }
                ],
                "expected_reward_tokens": 9540.06,
                "profit_sb": 40.06,
                "profit_sb_percentage": 0.42,
                "recommended": true
            },
            "lines": [
                {
                    "id": "66f9325f-23de-47ab-9d8c-03ab826fd3fe",
                    "gambit_id": "dfd294be-210c-4633-809d-0f3dc68ac321",
                    "last_updated": "2022-10-17T14:27:40.206067-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Toronto Maple Leafs",
                    "reward": "1.41000",
                    "odds": "1.41670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb058241-f26c-4685-b4da-d1600482453f/?format=api"
                },
                {
                    "id": "6e70592e-f3e8-4d0a-bed2-4749186a03c0",
                    "gambit_id": "ab945c84-156c-4a33-ade8-c449fa3a7973",
                    "last_updated": "2022-10-17T14:27:40.207065-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Ottawa Senators",
                    "reward": "2.95000",
                    "odds": "3.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb058241-f26c-4685-b4da-d1600482453f/?format=api"
                }
            ]
        },
        {
            "id": "35851cb1-82a2-464e-88fc-a725dec2b22a",
            "match": "https://api-prod.gambitprofit.com/api/matches/4cca27cb-e563-452d-a70e-74b8bda293be/?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": "Ottawa Senators",
                        "amount": 5419.0
                    },
                    {
                        "team": "Toronto Maple Leafs",
                        "amount": 4581.0
                    }
                ],
                "expected_reward_tokens": 9482.67,
                "profit_sb": -17.33,
                "profit_sb_percentage": -0.18,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4f366897-24ff-4270-9e5e-60966ee2c940",
                    "gambit_id": "370492d4-aeee-4160-9cff-183c737ed995",
                    "last_updated": "2022-10-17T14:27:40.204045-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Ottawa Senators",
                    "reward": "1.75000",
                    "odds": "1.76920",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35851cb1-82a2-464e-88fc-a725dec2b22a/?format=api"
                },
                {
                    "id": "f8bc0701-7b63-493d-808b-8f825181e4f3",
                    "gambit_id": "434b4b27-4b18-4788-9999-9f81e1e27a34",
                    "last_updated": "2022-10-17T14:27:40.202859-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Toronto Maple Leafs",
                    "reward": "2.07000",
                    "odds": "2.10000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35851cb1-82a2-464e-88fc-a725dec2b22a/?format=api"
                }
            ]
        },
        {
            "id": "ffbcfa12-8245-4709-9532-0a56aa0b852d",
            "match": "https://api-prod.gambitprofit.com/api/matches/4cca27cb-e563-452d-a70e-74b8bda293be/?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": 5607.0
                    },
                    {
                        "team": "Game Total Under 6.5",
                        "amount": 4393.0
                    }
                ],
                "expected_reward_tokens": 9531.9,
                "profit_sb": 31.9,
                "profit_sb_percentage": 0.34,
                "recommended": true
            },
            "lines": [
                {
                    "id": "08ada255-1e3a-43f4-8f74-f62d379a3828",
                    "gambit_id": "4ed1513b-cfd6-445d-acc0-4a6ba4b75fbe",
                    "last_updated": "2022-10-17T14:27:40.200534-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6.5",
                    "reward": "1.70000",
                    "odds": "1.71430",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffbcfa12-8245-4709-9532-0a56aa0b852d/?format=api"
                },
                {
                    "id": "1795d504-1360-4c65-847e-35b973f77776",
                    "gambit_id": "67786c40-cc17-4917-8481-883f33d29abf",
                    "last_updated": "2022-10-17T14:27:40.199377-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6.5",
                    "reward": "2.17000",
                    "odds": "2.20000",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffbcfa12-8245-4709-9532-0a56aa0b852d/?format=api"
                }
            ]
        }
    ]
}