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/0b69cc62-d845-41ae-bfa6-ecbdf55a02fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b69cc62-d845-41ae-bfa6-ecbdf55a02fa",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "83868404-6625-45e9-bdbf-b4efa3ae11a8",
    "completed": true,
    "last_updated": "2022-12-30T18:52:01.276030-05:00",
    "created_at": "2022-12-28T09:32:08.152567-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.37,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/83868404-6625-45e9-bdbf-b4efa3ae11a8",
    "datetime": "2022-12-28T21:00:00-05:00",
    "cutoff_datetime": "2022-12-28T21:00:00-05:00",
    "name": "Mississippi v. Texas Tech",
    "bettypes": [
        {
            "id": "ccdcea94-be86-415f-92cb-647dd2657ae4",
            "match": "https://api-prod.gambitprofit.com/api/matches/0b69cc62-d845-41ae-bfa6-ecbdf55a02fa/?format=api",
            "name": "Pick the Winner",
            "created_at": "2022-12-28T09:32:08.154305-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",
                        "amount": 6336.0
                    },
                    {
                        "team": "Texas Tech",
                        "amount": 3664.0
                    }
                ],
                "expected_reward_tokens": 9123.36,
                "profit_sb": 123.36,
                "profit_sb_percentage": 1.37,
                "recommended": true
            },
            "lines": [
                {
                    "id": "663eb76b-e10b-4d76-b22f-6d4a69015fe3",
                    "gambit_id": "dede6fbc-aa1c-49af-82a9-dc5943791d7a",
                    "last_updated": "2022-12-30T18:52:01.279900-05:00",
                    "created_at": "2022-12-28T09:32:08.156801-05:00",
                    "name": "Mississippi",
                    "reward": "1.44000",
                    "odds": "1.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccdcea94-be86-415f-92cb-647dd2657ae4/?format=api"
                },
                {
                    "id": "46f38383-ebb6-48a0-a401-cf59cf043f3a",
                    "gambit_id": "ea700230-44a8-440c-9794-2606919fd5db",
                    "last_updated": "2022-12-30T18:52:01.278815-05:00",
                    "created_at": "2022-12-28T09:32:08.155536-05:00",
                    "name": "Texas Tech",
                    "reward": "2.49000",
                    "odds": "2.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccdcea94-be86-415f-92cb-647dd2657ae4/?format=api"
                }
            ]
        },
        {
            "id": "0468eea9-31f4-4bde-800d-40e5da88b676",
            "match": "https://api-prod.gambitprofit.com/api/matches/0b69cc62-d845-41ae-bfa6-ecbdf55a02fa/?format=api",
            "name": "Play the Odds",
            "created_at": "2022-12-28T09:32:08.162059-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": "Texas Tech",
                        "amount": 5000.0
                    },
                    {
                        "team": "Mississippi",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e72a76cf-c8a5-4a50-8459-cfa511e14d70",
                    "gambit_id": "84754162-c911-49bc-99b9-d366d04d651d",
                    "last_updated": "2022-12-30T18:52:01.288295-05:00",
                    "created_at": "2022-12-28T09:32:08.163281-05:00",
                    "name": "Texas Tech",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "4.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0468eea9-31f4-4bde-800d-40e5da88b676/?format=api"
                },
                {
                    "id": "44d311a1-5f47-4ea9-92a3-05f8ddd400de",
                    "gambit_id": "0f3c164b-7233-4dec-bc8a-c23f7ad7ab51",
                    "last_updated": "2022-12-30T18:52:01.289634-05:00",
                    "created_at": "2022-12-28T09:32:08.164526-05:00",
                    "name": "Mississippi",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-4.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0468eea9-31f4-4bde-800d-40e5da88b676/?format=api"
                }
            ]
        },
        {
            "id": "1a1a5894-f588-4839-af65-23f9fac4e07f",
            "match": "https://api-prod.gambitprofit.com/api/matches/0b69cc62-d845-41ae-bfa6-ecbdf55a02fa/?format=api",
            "name": "Over/Under",
            "created_at": "2022-12-28T09:32:08.158145-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 72",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 72",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4d1c499d-f7c2-4f86-b588-4416c8a692b2",
                    "gambit_id": "966216e8-e55b-4517-8d31-edae49973e4d",
                    "last_updated": "2022-12-30T18:52:01.282960-05:00",
                    "created_at": "2022-12-28T09:32:08.159387-05:00",
                    "name": "Game Total Under 72",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "72.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a1a5894-f588-4839-af65-23f9fac4e07f/?format=api"
                },
                {
                    "id": "ec776d45-7c8c-49ce-beb9-7f279c4672dd",
                    "gambit_id": "af6f3550-607a-43a2-afc2-6c286e6ff25f",
                    "last_updated": "2022-12-30T18:52:01.284552-05:00",
                    "created_at": "2022-12-28T09:32:08.160710-05:00",
                    "name": "Game Total Over 72",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "72.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a1a5894-f588-4839-af65-23f9fac4e07f/?format=api"
                }
            ]
        }
    ]
}