GET /api/bet_types/23e7fd54-6e03-4353-8041-3376d8ddf596/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23e7fd54-6e03-4353-8041-3376d8ddf596",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7f31df8-8b8f-4a1b-9698-7ea2413c57ce/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-21T09:03:14.744184-04: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": "ATL",
                "amount": 5213.0
            },
            {
                "team": "NYM",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a204ce00-3cd2-44a3-99cb-d9b6ec137fe4",
            "gambit_id": "9eeeb24d-42d0-4ce7-b6ef-f3a4a1f3c6e8",
            "last_updated": "2023-08-23T09:53:13.609073-04:00",
            "created_at": "2023-08-21T09:03:14.752760-04:00",
            "name": "ATL",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23e7fd54-6e03-4353-8041-3376d8ddf596/?format=api"
        },
        {
            "id": "f6caf79e-94ab-4425-bd7c-de659a039c00",
            "gambit_id": "9bf22162-ae73-48ab-b772-e507d8dc9eba",
            "last_updated": "2023-08-23T09:53:13.605688-04:00",
            "created_at": "2023-08-21T09:03:14.748342-04:00",
            "name": "NYM",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23e7fd54-6e03-4353-8041-3376d8ddf596/?format=api"
        }
    ]
}