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/e5050558-9a01-4764-8f25-ccc0be79ea77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5050558-9a01-4764-8f25-ccc0be79ea77",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "06fe43c9-3796-46aa-b4b6-ea40ff43cbc2",
    "completed": true,
    "last_updated": "2022-09-09T09:52:13.895203-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.37,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/06fe43c9-3796-46aa-b4b6-ea40ff43cbc2",
    "datetime": "2022-09-08T20:20:00-04:00",
    "cutoff_datetime": "2022-09-08T20:20:00-04:00",
    "name": "Buffalo Bills v. Los Angeles Rams",
    "bettypes": [
        {
            "id": "4047eadd-27fc-4fa8-82c2-e53197bab9db",
            "match": "https://api-prod.gambitprofit.com/api/matches/e5050558-9a01-4764-8f25-ccc0be79ea77/?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": "Buffalo Bills",
                        "amount": 5505.0
                    },
                    {
                        "team": "Los Angeles Rams",
                        "amount": 4495.0
                    }
                ],
                "expected_reward_tokens": 9303.45,
                "profit_sb": 303.45,
                "profit_sb_percentage": 3.37,
                "recommended": true
            },
            "lines": [
                {
                    "id": "5a0bbb54-6bf6-4ebb-b1e5-6d5c144c2a0c",
                    "gambit_id": "725e40d7-affa-42c3-acd4-06ad83fb3126",
                    "last_updated": "2022-09-09T09:52:13.902350-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo Bills",
                    "reward": "1.69000",
                    "odds": "1.74070",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4047eadd-27fc-4fa8-82c2-e53197bab9db/?format=api"
                },
                {
                    "id": "33d70ff4-7fc9-4c60-baa7-7586d59620e9",
                    "gambit_id": "e023512a-53e9-426e-a1c7-9b1a41d1b1aa",
                    "last_updated": "2022-09-09T09:52:13.901336-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Los Angeles Rams",
                    "reward": "2.07000",
                    "odds": "2.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4047eadd-27fc-4fa8-82c2-e53197bab9db/?format=api"
                }
            ]
        },
        {
            "id": "7911955b-0a34-4e2b-a34d-5cf4ae4e9efb",
            "match": "https://api-prod.gambitprofit.com/api/matches/e5050558-9a01-4764-8f25-ccc0be79ea77/?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": "Buffalo Bills",
                        "amount": 5000.0
                    },
                    {
                        "team": "Los Angeles Rams",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": 250.0,
                "profit_sb_percentage": 2.78,
                "recommended": true
            },
            "lines": [
                {
                    "id": "3bc89f06-4818-4e98-b075-858dcdef6051",
                    "gambit_id": "517fc887-816e-4289-8f63-7e58dd96cc28",
                    "last_updated": "2022-09-09T09:52:13.905276-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo Bills",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7911955b-0a34-4e2b-a34d-5cf4ae4e9efb/?format=api"
                },
                {
                    "id": "2bf982fa-d921-43f4-af5c-80ce5e609443",
                    "gambit_id": "86fbcafd-975b-4691-99fd-322270ca81a1",
                    "last_updated": "2022-09-09T09:52:13.904298-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Los Angeles Rams",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7911955b-0a34-4e2b-a34d-5cf4ae4e9efb/?format=api"
                }
            ]
        },
        {
            "id": "a39afab0-de79-45fe-aa36-92f2dae674c2",
            "match": "https://api-prod.gambitprofit.com/api/matches/e5050558-9a01-4764-8f25-ccc0be79ea77/?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 52",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 52",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": 250.0,
                "profit_sb_percentage": 2.78,
                "recommended": true
            },
            "lines": [
                {
                    "id": "31f3ef22-fecd-41b2-816b-26b5e5d3c81d",
                    "gambit_id": "5ca00c59-67a2-4b81-a7a1-4787e2dbb6ee",
                    "last_updated": "2022-09-09T09:52:13.898273-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 52",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "52.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a39afab0-de79-45fe-aa36-92f2dae674c2/?format=api"
                },
                {
                    "id": "568185fd-fa96-445c-b8f9-b93b6bbec7d7",
                    "gambit_id": "0fc689a7-b32b-45a8-a78a-bd9f2f324335",
                    "last_updated": "2022-09-09T09:52:13.899327-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 52",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "52.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a39afab0-de79-45fe-aa36-92f2dae674c2/?format=api"
                }
            ]
        }
    ]
}