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/0ab3420e-8014-463c-bd69-33958480b94e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ab3420e-8014-463c-bd69-33958480b94e",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "dd86c7da-4808-48c7-8c83-e82ffd5dc364",
    "completed": true,
    "last_updated": "2022-11-21T10:23:31.393370-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.3,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/dd86c7da-4808-48c7-8c83-e82ffd5dc364",
    "datetime": "2022-11-19T15:30:00-05:00",
    "cutoff_datetime": "2022-11-19T15:30:00-05:00",
    "name": "NC State v. Louisville",
    "bettypes": [
        {
            "id": "6ff4dbd1-59b7-48da-b666-026e01d6ddc8",
            "match": "https://api-prod.gambitprofit.com/api/matches/0ab3420e-8014-463c-bd69-33958480b94e/?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": "Louisville",
                        "amount": 6179.0
                    },
                    {
                        "team": "NC State",
                        "amount": 3821.0
                    }
                ],
                "expected_reward_tokens": 9206.71,
                "profit_sb": 206.71,
                "profit_sb_percentage": 2.3,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7395354d-4357-47ff-afa6-6be40a8d7669",
                    "gambit_id": "7e71d902-64df-4c97-a3c3-328f0990bfd3",
                    "last_updated": "2022-11-21T10:23:31.396090-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Louisville",
                    "reward": "1.49000",
                    "odds": "1.55560",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ff4dbd1-59b7-48da-b666-026e01d6ddc8/?format=api"
                },
                {
                    "id": "69a697db-e63e-44e9-b02c-742115627487",
                    "gambit_id": "cea1e8ed-9941-4d56-865a-09e08c096b5c",
                    "last_updated": "2022-11-21T10:23:31.397304-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "NC State",
                    "reward": "2.41000",
                    "odds": "2.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ff4dbd1-59b7-48da-b666-026e01d6ddc8/?format=api"
                }
            ]
        },
        {
            "id": "c44b5702-a075-4384-8c7a-4bcb1d77f114",
            "match": "https://api-prod.gambitprofit.com/api/matches/0ab3420e-8014-463c-bd69-33958480b94e/?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": "Louisville",
                        "amount": 5000.0
                    },
                    {
                        "team": "NC State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8af7eae2-bc78-4797-bf8f-2d237494d704",
                    "gambit_id": "24d6bb66-84d7-4e9b-9419-4c12d70d2d5c",
                    "last_updated": "2022-11-21T10:23:31.399616-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Louisville",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-4.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c44b5702-a075-4384-8c7a-4bcb1d77f114/?format=api"
                },
                {
                    "id": "09ed9183-151b-4954-aa55-626adab447ae",
                    "gambit_id": "377b7222-c6e1-449b-8ad6-23cf9c44e90e",
                    "last_updated": "2022-11-21T10:23:31.400797-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "NC State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "4.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c44b5702-a075-4384-8c7a-4bcb1d77f114/?format=api"
                }
            ]
        }
    ]
}