GET /api/bet_types/3b8bcf80-ae51-4fbe-bc00-f6119c9c4c56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b8bcf80-ae51-4fbe-bc00-f6119c9c4c56",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1de8bd7-e2a2-40fe-b391-d0851a091297/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:07.020207-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 Lakers",
                "amount": 5107.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5104ad09-8186-43de-8b42-a18f85f7ff19",
            "gambit_id": "84b9bba8-ea1b-4ab5-b990-4b04543cf2e0",
            "last_updated": "2023-12-18T10:52:58.994844-05:00",
            "created_at": "2023-12-15T09:13:07.024143-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b8bcf80-ae51-4fbe-bc00-f6119c9c4c56/?format=api"
        },
        {
            "id": "9a431001-12a5-4f77-8422-fd3ba9db4a94",
            "gambit_id": "b782b082-e0cb-43a3-a3a1-e1b2760bf9d6",
            "last_updated": "2023-12-18T10:52:58.998890-05:00",
            "created_at": "2023-12-15T09:13:07.027936-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b8bcf80-ae51-4fbe-bc00-f6119c9c4c56/?format=api"
        }
    ]
}