GET /api/bet_types/41b7ce95-7ec5-4b66-ae41-049a2b2d6dd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41b7ce95-7ec5-4b66-ae41-049a2b2d6dd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/7267a0cd-b68f-4510-9f3d-844f77714f86/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-12T10:03:11.186567-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": "Los Angeles Clippers",
                "amount": 5107.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "752d6646-7fdc-4462-be8a-0d7a9d35d95c",
            "gambit_id": "db5213b6-d01e-4205-98b9-302b6dacf928",
            "last_updated": "2023-12-14T10:38:31.854300-05:00",
            "created_at": "2023-12-12T10:03:11.194044-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41b7ce95-7ec5-4b66-ae41-049a2b2d6dd8/?format=api"
        },
        {
            "id": "e6c1fee0-4083-448b-934e-2df08e1db9d9",
            "gambit_id": "5f018a3c-4ea0-4938-9e9b-15429fab02d1",
            "last_updated": "2023-12-14T10:38:31.850893-05:00",
            "created_at": "2023-12-12T10:03:11.190372-05:00",
            "name": "Sacramento Kings",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41b7ce95-7ec5-4b66-ae41-049a2b2d6dd8/?format=api"
        }
    ]
}