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/8eb64529-fc81-42b3-851f-ed4c94e0425a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8eb64529-fc81-42b3-851f-ed4c94e0425a",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "a28429f5-915d-416f-84f1-284a4304a083",
    "completed": true,
    "last_updated": "2022-11-21T09:53:02.667857-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.96,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/a28429f5-915d-416f-84f1-284a4304a083",
    "datetime": "2022-11-19T19:00:00-05:00",
    "cutoff_datetime": "2022-11-19T19:00:00-05:00",
    "name": "Boise State v. Wyoming",
    "bettypes": [
        {
            "id": "1100c561-adda-46d0-bd2f-3916d2c2b667",
            "match": "https://api-prod.gambitprofit.com/api/matches/8eb64529-fc81-42b3-851f-ed4c94e0425a/?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": "Boise State",
                        "amount": 7990.0
                    },
                    {
                        "team": "Wyoming",
                        "amount": 2010.0
                    }
                ],
                "expected_reward_tokens": 9266.1,
                "profit_sb": 266.1,
                "profit_sb_percentage": 2.96,
                "recommended": true
            },
            "lines": [
                {
                    "id": "223ded2f-a369-4d5e-b2c3-a70516fb0d41",
                    "gambit_id": "46e1b937-1029-4185-8d35-0753279e54ee",
                    "last_updated": "2022-11-21T09:53:02.671910-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Boise State",
                    "reward": "1.16000",
                    "odds": "1.18180",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1100c561-adda-46d0-bd2f-3916d2c2b667/?format=api"
                },
                {
                    "id": "bc39e254-b88d-4057-aec9-e057625e56bf",
                    "gambit_id": "239d412d-d16c-46cd-b318-5fd4eebe9740",
                    "last_updated": "2022-11-21T09:53:02.670699-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Wyoming",
                    "reward": "4.61000",
                    "odds": "5.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1100c561-adda-46d0-bd2f-3916d2c2b667/?format=api"
                }
            ]
        },
        {
            "id": "61383bb4-7812-447d-84eb-acd50751af4e",
            "match": "https://api-prod.gambitprofit.com/api/matches/8eb64529-fc81-42b3-851f-ed4c94e0425a/?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": "Wyoming",
                        "amount": 5000.0
                    },
                    {
                        "team": "Boise State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3fb85ad0-1e38-41ec-b8d1-8730f5b64977",
                    "gambit_id": "1cdd833e-e078-41db-9207-b24499bae737",
                    "last_updated": "2022-11-21T09:53:02.673957-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Wyoming",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61383bb4-7812-447d-84eb-acd50751af4e/?format=api"
                },
                {
                    "id": "f2105ac6-bf87-4787-98b5-b48b1f21b092",
                    "gambit_id": "350158d1-bc94-4398-822c-a2d477162310",
                    "last_updated": "2022-11-21T09:53:02.674933-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Boise State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61383bb4-7812-447d-84eb-acd50751af4e/?format=api"
                }
            ]
        }
    ]
}