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/4fbcbff2-74b2-4229-b822-c6321a078a8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4fbcbff2-74b2-4229-b822-c6321a078a8f",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "090183bc-fd73-4c4d-98fb-d0eb4ca2847c",
    "completed": true,
    "last_updated": "2022-10-23T12:47:20.241563-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.11,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/090183bc-fd73-4c4d-98fb-d0eb4ca2847c",
    "datetime": "2022-10-22T13:00:00-04:00",
    "cutoff_datetime": "2022-10-22T13:00:00-04:00",
    "name": "Toledo v. Buffalo",
    "bettypes": [
        {
            "id": "dabba252-4d49-4de8-a1be-aaad2f046dbb",
            "match": "https://api-prod.gambitprofit.com/api/matches/4fbcbff2-74b2-4229-b822-c6321a078a8f/?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": "Toledo",
                        "amount": 7115.0
                    },
                    {
                        "team": "Buffalo",
                        "amount": 2885.0
                    }
                ],
                "expected_reward_tokens": 9605.25,
                "profit_sb": 105.25,
                "profit_sb_percentage": 1.11,
                "recommended": true
            },
            "lines": [
                {
                    "id": "c9e49fbf-e2c7-4ab8-b25b-8652907354df",
                    "gambit_id": "6b9595be-94d9-4744-904c-eef55487f6e9",
                    "last_updated": "2022-10-23T12:47:20.249062-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Toledo",
                    "reward": "1.35000",
                    "odds": "1.35710",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dabba252-4d49-4de8-a1be-aaad2f046dbb/?format=api"
                },
                {
                    "id": "289ffcdc-2733-4b8e-82ae-221bbd9ee908",
                    "gambit_id": "7cfa526a-2f12-4868-af49-0964884eb23f",
                    "last_updated": "2022-10-23T12:47:20.248036-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo",
                    "reward": "3.33000",
                    "odds": "3.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dabba252-4d49-4de8-a1be-aaad2f046dbb/?format=api"
                }
            ]
        },
        {
            "id": "970aa6f5-3094-4a04-af6c-a5e6474d558b",
            "match": "https://api-prod.gambitprofit.com/api/matches/4fbcbff2-74b2-4229-b822-c6321a078a8f/?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": "Toledo",
                        "amount": 5000.0
                    },
                    {
                        "team": "Buffalo",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "471a6fac-ad62-4874-bd77-a0f9e79d6c68",
                    "gambit_id": "230e4a95-d00a-4342-80c1-57266afd6d01",
                    "last_updated": "2022-10-23T12:47:20.251098-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Toledo",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/970aa6f5-3094-4a04-af6c-a5e6474d558b/?format=api"
                },
                {
                    "id": "40e3f436-b6be-4a12-8322-a061def91df3",
                    "gambit_id": "b5f05d37-ae83-4285-bb30-bb2888e4e759",
                    "last_updated": "2022-10-23T12:47:20.252106-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/970aa6f5-3094-4a04-af6c-a5e6474d558b/?format=api"
                }
            ]
        },
        {
            "id": "92fd98a0-6cf1-46a0-8338-3eae6cea85a9",
            "match": "https://api-prod.gambitprofit.com/api/matches/4fbcbff2-74b2-4229-b822-c6321a078a8f/?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 Over 56",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 56",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "603e3f52-f98f-4cd2-b605-b668d609991e",
                    "gambit_id": "e3c8a113-b0f7-4985-bf54-b41e0912504f",
                    "last_updated": "2022-10-23T12:47:20.245906-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 56",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "56.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92fd98a0-6cf1-46a0-8338-3eae6cea85a9/?format=api"
                },
                {
                    "id": "9e850d08-def2-440a-b10e-5f9986b258f0",
                    "gambit_id": "f9d0e5f7-ac33-4d80-9c53-d9f51af9c530",
                    "last_updated": "2022-10-23T12:47:20.244516-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 56",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "56.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92fd98a0-6cf1-46a0-8338-3eae6cea85a9/?format=api"
                }
            ]
        }
    ]
}