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/bd1863f8-a1ba-46ea-9565-0785079dd964/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd1863f8-a1ba-46ea-9565-0785079dd964",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "ffca6d01-d0de-495e-b8e7-9ba12ed726ca",
    "completed": true,
    "last_updated": "2022-09-18T20:47:18.274187-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.33,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/ffca6d01-d0de-495e-b8e7-9ba12ed726ca",
    "datetime": "2022-09-17T13:00:00-04:00",
    "cutoff_datetime": "2022-09-17T13:00:00-04:00",
    "name": "Buffalo v. Coastal Carolina",
    "bettypes": [
        {
            "id": "e13410a8-2a21-426e-a990-9bd59bcf2fe2",
            "match": "https://api-prod.gambitprofit.com/api/matches/bd1863f8-a1ba-46ea-9565-0785079dd964/?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": "Coastal Carolina",
                        "amount": 7873.0
                    },
                    {
                        "team": "Buffalo",
                        "amount": 2127.0
                    }
                ],
                "expected_reward_tokens": 9209.91,
                "profit_sb": 209.91,
                "profit_sb_percentage": 2.33,
                "recommended": true
            },
            "lines": [
                {
                    "id": "4444215e-f1d2-4631-bf74-93a61b02efe6",
                    "gambit_id": "ec61ee4c-1bc7-4f70-a64e-647628715298",
                    "last_updated": "2022-09-18T20:47:18.280247-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Coastal Carolina",
                    "reward": "1.17000",
                    "odds": "1.19610",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e13410a8-2a21-426e-a990-9bd59bcf2fe2/?format=api"
                },
                {
                    "id": "f786293a-03a9-427c-9019-2aa3cc39044a",
                    "gambit_id": "2dcd48ce-4e41-4aff-b61b-4d22e10629b5",
                    "last_updated": "2022-09-18T20:47:18.281231-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo",
                    "reward": "4.33000",
                    "odds": "4.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e13410a8-2a21-426e-a990-9bd59bcf2fe2/?format=api"
                }
            ]
        },
        {
            "id": "f2cf6b0a-3b52-466a-b22f-fb53f2a96010",
            "match": "https://api-prod.gambitprofit.com/api/matches/bd1863f8-a1ba-46ea-9565-0785079dd964/?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": "Coastal Carolina",
                        "amount": 5000.0
                    },
                    {
                        "team": "Buffalo",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "5c683f98-4e7a-4f41-abb7-c52226789fab",
                    "gambit_id": "e0889c68-857c-46c8-969a-cb30b6919de5",
                    "last_updated": "2022-09-18T20:47:18.283263-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Coastal Carolina",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-12.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2cf6b0a-3b52-466a-b22f-fb53f2a96010/?format=api"
                },
                {
                    "id": "5e1007a6-8700-4f47-82ff-ee44e2e18206",
                    "gambit_id": "a8ae60e4-16bf-4c35-b5fe-4f5360827863",
                    "last_updated": "2022-09-18T20:47:18.284609-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "12.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2cf6b0a-3b52-466a-b22f-fb53f2a96010/?format=api"
                }
            ]
        },
        {
            "id": "c4231cbf-1605-44a8-b167-50be800788ae",
            "match": "https://api-prod.gambitprofit.com/api/matches/bd1863f8-a1ba-46ea-9565-0785079dd964/?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 59.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 59.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e35e1443-6774-411a-84d5-349c1fcab57f",
                    "gambit_id": "a13c2798-66e3-4a92-8a4c-04e8816b046d",
                    "last_updated": "2022-09-18T20:47:18.276993-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 59.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "59.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4231cbf-1605-44a8-b167-50be800788ae/?format=api"
                },
                {
                    "id": "0d908ddc-b21a-438f-b48b-f6358328dfb7",
                    "gambit_id": "6ed9836b-f955-441f-a5b5-729b6ea01092",
                    "last_updated": "2022-09-18T20:47:18.278100-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 59.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "59.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4231cbf-1605-44a8-b167-50be800788ae/?format=api"
                }
            ]
        }
    ]
}