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/e6ccff81-a947-4ff6-ab32-d5ca033272c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6ccff81-a947-4ff6-ab32-d5ca033272c0",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "8ca23b77-d530-4b29-b5d5-29791c1412b1",
    "completed": true,
    "last_updated": "2022-11-21T12:08:10.467330-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.14,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/8ca23b77-d530-4b29-b5d5-29791c1412b1",
    "datetime": "2022-11-19T12:00:00-05:00",
    "cutoff_datetime": "2022-11-19T12:00:00-05:00",
    "name": "Indiana v. Michigan State",
    "bettypes": [
        {
            "id": "21ae8191-b371-4e6d-9af6-02cd3fb4d8f2",
            "match": "https://api-prod.gambitprofit.com/api/matches/e6ccff81-a947-4ff6-ab32-d5ca033272c0/?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": "Michigan State",
                        "amount": 7474.0
                    },
                    {
                        "team": "Indiana",
                        "amount": 2526.0
                    }
                ],
                "expected_reward_tokens": 9193.02,
                "profit_sb": 193.02,
                "profit_sb_percentage": 2.14,
                "recommended": true
            },
            "lines": [
                {
                    "id": "77b5e63b-0880-403f-9131-3302732d6640",
                    "gambit_id": "f1599870-0e6a-4ef5-a595-523ae5b9b00c",
                    "last_updated": "2022-11-21T12:08:10.471306-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Michigan State",
                    "reward": "1.23000",
                    "odds": "1.26320",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21ae8191-b371-4e6d-9af6-02cd3fb4d8f2/?format=api"
                },
                {
                    "id": "dedd104d-d4fe-4975-8bcd-61283c222fa3",
                    "gambit_id": "19490a9d-c370-4503-a4a9-b3e4cc6f230a",
                    "last_updated": "2022-11-21T12:08:10.470110-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Indiana",
                    "reward": "3.64000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21ae8191-b371-4e6d-9af6-02cd3fb4d8f2/?format=api"
                }
            ]
        },
        {
            "id": "dba16abb-4751-45eb-879d-d81a32a1da39",
            "match": "https://api-prod.gambitprofit.com/api/matches/e6ccff81-a947-4ff6-ab32-d5ca033272c0/?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": "Michigan State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Indiana",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f1cc751f-a02d-4707-86d6-8a06fbfcecc6",
                    "gambit_id": "c83d91eb-f815-4964-b52b-8098a750c6a7",
                    "last_updated": "2022-11-21T12:08:10.473273-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Michigan State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dba16abb-4751-45eb-879d-d81a32a1da39/?format=api"
                },
                {
                    "id": "6f60731a-a9ca-47ad-950c-645ea769a50b",
                    "gambit_id": "966cc78b-dea7-4a0b-8cb2-997c418d55d5",
                    "last_updated": "2022-11-21T12:08:10.474306-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Indiana",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dba16abb-4751-45eb-879d-d81a32a1da39/?format=api"
                }
            ]
        }
    ]
}