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/2ede9f32-e028-4d27-96bd-dd1703670ec3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ede9f32-e028-4d27-96bd-dd1703670ec3",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "344fbe4f-ada6-4754-9079-401f7d2c8199",
    "completed": true,
    "last_updated": "2022-11-21T09:58:08.279416-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.72,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/344fbe4f-ada6-4754-9079-401f7d2c8199",
    "datetime": "2022-11-19T18:00:00-05:00",
    "cutoff_datetime": "2022-11-19T18:00:00-05:00",
    "name": "Marshall v. Georgia Southern",
    "bettypes": [
        {
            "id": "0234dd33-9cdc-48b4-8b28-dcc5d0a6c53a",
            "match": "https://api-prod.gambitprofit.com/api/matches/2ede9f32-e028-4d27-96bd-dd1703670ec3/?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": "Marshall",
                        "amount": 6683.0
                    },
                    {
                        "team": "Georgia Southern",
                        "amount": 3317.0
                    }
                ],
                "expected_reward_tokens": 9154.92,
                "profit_sb": 154.92,
                "profit_sb_percentage": 1.72,
                "recommended": true
            },
            "lines": [
                {
                    "id": "ee4fd40a-36c0-40ed-9803-caa195130e35",
                    "gambit_id": "9520ec64-18cc-4aba-9c90-0f0be09b9b7f",
                    "last_updated": "2022-11-21T09:58:08.283382-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Marshall",
                    "reward": "1.37000",
                    "odds": "1.41670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0234dd33-9cdc-48b4-8b28-dcc5d0a6c53a/?format=api"
                },
                {
                    "id": "27b762f8-005c-4a43-9a06-605ec5ccb9cb",
                    "gambit_id": "15657ee3-4095-4a50-977e-264c2ebf412d",
                    "last_updated": "2022-11-21T09:58:08.282272-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Georgia Southern",
                    "reward": "2.76000",
                    "odds": "3.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0234dd33-9cdc-48b4-8b28-dcc5d0a6c53a/?format=api"
                }
            ]
        },
        {
            "id": "ed4a9532-8d4d-4a30-baa4-94ee343d74ff",
            "match": "https://api-prod.gambitprofit.com/api/matches/2ede9f32-e028-4d27-96bd-dd1703670ec3/?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": "Marshall",
                        "amount": 5000.0
                    },
                    {
                        "team": "Georgia Southern",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "25f8582f-5bb0-42fd-a8fa-52a7c4dfe7c2",
                    "gambit_id": "b59b10ec-5f03-4541-8bba-3891bd8bb165",
                    "last_updated": "2022-11-21T09:58:08.286275-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Marshall",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed4a9532-8d4d-4a30-baa4-94ee343d74ff/?format=api"
                },
                {
                    "id": "37e7b775-d475-4d98-abf0-2801afffe094",
                    "gambit_id": "e1d8dcbc-2f52-48a4-bb39-76473bb0db74",
                    "last_updated": "2022-11-21T09:58:08.285300-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Georgia Southern",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed4a9532-8d4d-4a30-baa4-94ee343d74ff/?format=api"
                }
            ]
        }
    ]
}