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/07df90c4-3564-451c-a2c7-9b74ab643e7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07df90c4-3564-451c-a2c7-9b74ab643e7e",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "1f80bd2c-3ad7-49ac-9798-2dbde65015b3",
    "completed": true,
    "last_updated": "2022-12-05T15:32:06.888279-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.98,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/1f80bd2c-3ad7-49ac-9798-2dbde65015b3",
    "datetime": "2022-12-04T13:00:00-05:00",
    "cutoff_datetime": "2022-12-04T13:00:00-05:00",
    "name": "New York Jets v. Minnesota Vikings",
    "bettypes": [
        {
            "id": "5b1236b5-1f12-4262-8dd4-2bb91d2133fd",
            "match": "https://api-prod.gambitprofit.com/api/matches/07df90c4-3564-451c-a2c7-9b74ab643e7e/?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": "Minnesota Vikings",
                        "amount": 5753.0
                    },
                    {
                        "team": "New York Jets",
                        "amount": 4247.0
                    }
                ],
                "expected_reward_tokens": 9088.58,
                "profit_sb": 88.58,
                "profit_sb_percentage": 0.98,
                "recommended": true
            },
            "lines": [
                {
                    "id": "82be7b84-f463-46b9-a11f-4606b943b14e",
                    "gambit_id": "75669487-5f27-4389-956e-92b14a76b2c3",
                    "last_updated": "2022-12-05T15:32:06.894588-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota Vikings",
                    "reward": "1.58000",
                    "odds": "1.66670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b1236b5-1f12-4262-8dd4-2bb91d2133fd/?format=api"
                },
                {
                    "id": "ba568b74-80c9-471a-9f93-4cbe82272385",
                    "gambit_id": "19bf19aa-bd93-481b-8e9d-3ede300114fa",
                    "last_updated": "2022-12-05T15:32:06.895845-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New York Jets",
                    "reward": "2.14000",
                    "odds": "2.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b1236b5-1f12-4262-8dd4-2bb91d2133fd/?format=api"
                }
            ]
        },
        {
            "id": "682727fb-1259-4fcd-96e2-72f98a16649b",
            "match": "https://api-prod.gambitprofit.com/api/matches/07df90c4-3564-451c-a2c7-9b74ab643e7e/?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": "New York Jets",
                        "amount": 5097.0
                    },
                    {
                        "team": "Minnesota Vikings",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "aaaca675-e961-46be-928f-f23cf12d8c1d",
                    "gambit_id": "f5ade80c-bb17-407a-9293-ba365bc7e23a",
                    "last_updated": "2022-12-05T15:32:06.899377-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New York Jets",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/682727fb-1259-4fcd-96e2-72f98a16649b/?format=api"
                },
                {
                    "id": "728ddf94-24dc-4d13-8035-ef6b8a6f94d3",
                    "gambit_id": "6a2dbf42-fab3-44ba-a5fc-c0c9e3fb7817",
                    "last_updated": "2022-12-05T15:32:06.898189-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota Vikings",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "-3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/682727fb-1259-4fcd-96e2-72f98a16649b/?format=api"
                }
            ]
        },
        {
            "id": "b2c75246-fce0-4d4f-b3da-3a0e278194f8",
            "match": "https://api-prod.gambitprofit.com/api/matches/07df90c4-3564-451c-a2c7-9b74ab643e7e/?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 44",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 44",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "17963390-7ebf-4c25-9421-9ad388c317bd",
                    "gambit_id": "ecae8f96-509a-40c0-871e-ea6c5a444285",
                    "last_updated": "2022-12-05T15:32:06.892231-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 44",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "44.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2c75246-fce0-4d4f-b3da-3a0e278194f8/?format=api"
                },
                {
                    "id": "782942b6-aafb-414f-8f91-05724ce746f2",
                    "gambit_id": "4b276207-42ca-4460-b852-e233eea8ce28",
                    "last_updated": "2022-12-05T15:32:06.891060-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 44",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "44.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2c75246-fce0-4d4f-b3da-3a0e278194f8/?format=api"
                }
            ]
        }
    ]
}