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/192e62fc-e75f-4962-8ade-e3c0ae069530/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "192e62fc-e75f-4962-8ade-e3c0ae069530",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "e4e9d40b-75ea-4d85-b691-b10078a3e330",
    "completed": true,
    "last_updated": "2022-09-25T21:17:17.258263-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.12,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/e4e9d40b-75ea-4d85-b691-b10078a3e330",
    "datetime": "2022-09-24T19:00:00-04:00",
    "cutoff_datetime": "2022-09-24T19:00:00-04:00",
    "name": "Marshall v. Troy",
    "bettypes": [
        {
            "id": "587851af-2f38-4294-9af4-5f7fb69e5558",
            "match": "https://api-prod.gambitprofit.com/api/matches/192e62fc-e75f-4962-8ade-e3c0ae069530/?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": "Marshall",
                        "amount": 5969.0
                    },
                    {
                        "team": "Troy",
                        "amount": 4031.0
                    }
                ],
                "expected_reward_tokens": 9190.68,
                "profit_sb": 190.68,
                "profit_sb_percentage": 2.12,
                "recommended": true
            },
            "lines": [
                {
                    "id": "df8680b3-b2a5-42e0-a0a1-a54d643843cd",
                    "gambit_id": "0fedbe7a-79cc-4c4a-bae8-c37a3bf8b4a2",
                    "last_updated": "2022-09-25T21:17:17.265314-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Marshall",
                    "reward": "1.54000",
                    "odds": "1.60610",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/587851af-2f38-4294-9af4-5f7fb69e5558/?format=api"
                },
                {
                    "id": "8f7bd7e2-9827-42ae-bc74-577fd12f8a0c",
                    "gambit_id": "ce7f3bfe-c8f6-4a0a-9ca9-5e4ed727d092",
                    "last_updated": "2022-09-25T21:17:17.264352-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Troy",
                    "reward": "2.28000",
                    "odds": "2.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/587851af-2f38-4294-9af4-5f7fb69e5558/?format=api"
                }
            ]
        },
        {
            "id": "5146fa3f-5344-471f-a1bf-3819a6be31c0",
            "match": "https://api-prod.gambitprofit.com/api/matches/192e62fc-e75f-4962-8ade-e3c0ae069530/?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": "Troy",
                        "amount": 5097.0
                    },
                    {
                        "team": "Marshall",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "95d65b34-18e6-4a93-b143-73b4358ee361",
                    "gambit_id": "597b605b-95c7-40fe-a117-f0df405656ed",
                    "last_updated": "2022-09-25T21:17:17.267246-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Troy",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5146fa3f-5344-471f-a1bf-3819a6be31c0/?format=api"
                },
                {
                    "id": "eb6ef51a-ef80-4497-9819-423d960e84c0",
                    "gambit_id": "3f94edca-a88d-4268-b095-ad88259ede34",
                    "last_updated": "2022-09-25T21:17:17.268219-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Marshall",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": "-3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5146fa3f-5344-471f-a1bf-3819a6be31c0/?format=api"
                }
            ]
        },
        {
            "id": "b6b9c57e-a5fa-4309-a98c-995bd5149106",
            "match": "https://api-prod.gambitprofit.com/api/matches/192e62fc-e75f-4962-8ade-e3c0ae069530/?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 51.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 51.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "762b16b1-6d81-4db9-bcf1-5fc45d181a25",
                    "gambit_id": "e50072ec-6dd2-4365-afb6-83a2f06500e0",
                    "last_updated": "2022-09-25T21:17:17.261186-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 51.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "51.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6b9c57e-a5fa-4309-a98c-995bd5149106/?format=api"
                },
                {
                    "id": "2b07ebdd-e0a5-4d94-a440-d4cf8655d061",
                    "gambit_id": "f45fc5fa-04f0-472b-a481-d32188c8f1ad",
                    "last_updated": "2022-09-25T21:17:17.262363-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 51.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "51.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6b9c57e-a5fa-4309-a98c-995bd5149106/?format=api"
                }
            ]
        }
    ]
}