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/b07449de-f0fa-4041-833b-8ff90cd1b676/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b07449de-f0fa-4041-833b-8ff90cd1b676",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "7e3f3c84-447f-489c-a2ff-39f2689b8739",
    "completed": true,
    "last_updated": "2022-09-05T09:32:19.515439-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 4.11,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/7e3f3c84-447f-489c-a2ff-39f2689b8739",
    "datetime": "2022-09-03T19:30:00-04:00",
    "cutoff_datetime": "2022-09-03T19:30:00-04:00",
    "name": "Memphis v. Mississippi State",
    "bettypes": [
        {
            "id": "460e47d8-0303-40fe-9d0e-e336b771fa8d",
            "match": "https://api-prod.gambitprofit.com/api/matches/b07449de-f0fa-4041-833b-8ff90cd1b676/?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": "Mississippi State",
                        "amount": 8441.0
                    },
                    {
                        "team": "Memphis",
                        "amount": 1559.0
                    }
                ],
                "expected_reward_tokens": 9369.51,
                "profit_sb": 369.51,
                "profit_sb_percentage": 4.11,
                "recommended": true
            },
            "lines": [
                {
                    "id": "443b6995-b6b8-415e-8058-c4228892d071",
                    "gambit_id": "573c3e84-d94b-4dd7-b547-ed60fc91db20",
                    "last_updated": "2022-09-05T09:32:19.521598-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mississippi State",
                    "reward": "1.11000",
                    "odds": "1.12500",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/460e47d8-0303-40fe-9d0e-e336b771fa8d/?format=api"
                },
                {
                    "id": "2a57aab6-3536-4ddd-8053-e6555aef8f5f",
                    "gambit_id": "b24e59b2-cb49-4a60-807d-723b789e3cd2",
                    "last_updated": "2022-09-05T09:32:19.522715-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Memphis",
                    "reward": "6.01000",
                    "odds": "6.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/460e47d8-0303-40fe-9d0e-e336b771fa8d/?format=api"
                }
            ]
        },
        {
            "id": "34a5def9-c95c-4cca-86c3-95ffdf6bbb67",
            "match": "https://api-prod.gambitprofit.com/api/matches/b07449de-f0fa-4041-833b-8ff90cd1b676/?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": "Mississippi State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Memphis",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "04b0a45e-6dda-4890-8beb-bbfaaa32037c",
                    "gambit_id": "ffb5d1ec-0b24-46fd-9487-021935590edc",
                    "last_updated": "2022-09-05T09:32:19.524867-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mississippi State",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "-17.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34a5def9-c95c-4cca-86c3-95ffdf6bbb67/?format=api"
                },
                {
                    "id": "51b0db55-9994-49ae-844c-e41b3a6cbcf3",
                    "gambit_id": "a186c537-a8b5-4fed-bdb2-70fa9a440e35",
                    "last_updated": "2022-09-05T09:32:19.525902-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Memphis",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "17.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34a5def9-c95c-4cca-86c3-95ffdf6bbb67/?format=api"
                }
            ]
        },
        {
            "id": "054ae4e8-356c-4242-8caf-84ffd5c46eab",
            "match": "https://api-prod.gambitprofit.com/api/matches/b07449de-f0fa-4041-833b-8ff90cd1b676/?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 58",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 58",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "477093ed-f6e8-4940-88f4-e7c9823051b5",
                    "gambit_id": "badf2dd0-63e5-4a60-80a1-9cfa99df14a8",
                    "last_updated": "2022-09-05T09:32:19.518229-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 58",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "58.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/054ae4e8-356c-4242-8caf-84ffd5c46eab/?format=api"
                },
                {
                    "id": "dda5c74d-0555-47fe-88c1-0ba4f2d1b3d3",
                    "gambit_id": "be853825-79e5-4c36-9fc3-fe869f7c6843",
                    "last_updated": "2022-09-05T09:32:19.519362-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 58",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "58.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/054ae4e8-356c-4242-8caf-84ffd5c46eab/?format=api"
                }
            ]
        }
    ]
}