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/6dd9d96a-5bf7-4386-b677-d5bfd275cb17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6dd9d96a-5bf7-4386-b677-d5bfd275cb17",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "3183834a-d831-49a8-b349-901743cb6ab6",
    "completed": true,
    "last_updated": "2022-12-05T10:57:35.083587-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.46,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/3183834a-d831-49a8-b349-901743cb6ab6",
    "datetime": "2022-12-03T20:00:00-05:00",
    "cutoff_datetime": "2022-12-03T20:00:00-05:00",
    "name": "Clemson v. North Carolina",
    "bettypes": [
        {
            "id": "44994ad1-d011-40d1-b366-24eb154fbb45",
            "match": "https://api-prod.gambitprofit.com/api/matches/6dd9d96a-5bf7-4386-b677-d5bfd275cb17/?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": "Clemson",
                        "amount": 6986.0
                    },
                    {
                        "team": "North Carolina",
                        "amount": 3014.0
                    }
                ],
                "expected_reward_tokens": 9221.52,
                "profit_sb": 221.52,
                "profit_sb_percentage": 2.46,
                "recommended": true
            },
            "lines": [
                {
                    "id": "693f1dec-1065-429f-a8f6-16395c055001",
                    "gambit_id": "fbb1d3ec-226f-482a-9795-0d510363fd12",
                    "last_updated": "2022-12-05T10:57:35.091254-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Clemson",
                    "reward": "1.32000",
                    "odds": "1.36360",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44994ad1-d011-40d1-b366-24eb154fbb45/?format=api"
                },
                {
                    "id": "c4d0ee31-a84e-4fb2-868b-94206065e0ee",
                    "gambit_id": "a49440c6-c68f-4f93-a956-c65827d89415",
                    "last_updated": "2022-12-05T10:57:35.090283-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "North Carolina",
                    "reward": "3.06000",
                    "odds": "3.35000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44994ad1-d011-40d1-b366-24eb154fbb45/?format=api"
                }
            ]
        },
        {
            "id": "321f3102-554e-41e6-a51b-a63303c2fa53",
            "match": "https://api-prod.gambitprofit.com/api/matches/6dd9d96a-5bf7-4386-b677-d5bfd275cb17/?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": "Clemson",
                        "amount": 5000.0
                    },
                    {
                        "team": "North Carolina",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9555c6b2-fe5b-401b-a4b2-687b8092f242",
                    "gambit_id": "edb0825e-53ab-4ce5-9a68-5fce0a1c881f",
                    "last_updated": "2022-12-05T10:57:35.094258-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Clemson",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/321f3102-554e-41e6-a51b-a63303c2fa53/?format=api"
                },
                {
                    "id": "48601de4-b9b1-40cf-9464-e291e8e8ec01",
                    "gambit_id": "9dee4c91-7d87-4e8e-865e-4b3fbc0b382b",
                    "last_updated": "2022-12-05T10:57:35.093183-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "North Carolina",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/321f3102-554e-41e6-a51b-a63303c2fa53/?format=api"
                }
            ]
        },
        {
            "id": "b62c331c-ebe6-492c-b273-c8b8094ddec3",
            "match": "https://api-prod.gambitprofit.com/api/matches/6dd9d96a-5bf7-4386-b677-d5bfd275cb17/?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 64",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 64",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "50676865-0038-4f3d-a42b-a13f0ebd5e04",
                    "gambit_id": "d576aceb-33f9-41e1-bbec-06aa6ff747de",
                    "last_updated": "2022-12-05T10:57:35.086555-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 64",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "64.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b62c331c-ebe6-492c-b273-c8b8094ddec3/?format=api"
                },
                {
                    "id": "fb6ef07d-b44e-4b37-8689-9f851b46b7d3",
                    "gambit_id": "f9cef97e-3451-4eaa-bdfe-a68b1d361ab9",
                    "last_updated": "2022-12-05T10:57:35.087887-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 64",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "64.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b62c331c-ebe6-492c-b273-c8b8094ddec3/?format=api"
                }
            ]
        }
    ]
}