GET /api/bet_types/51866cca-d19a-48e8-a7a8-d350b6483b98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51866cca-d19a-48e8-a7a8-d350b6483b98",
    "match": "https://api-prod.gambitprofit.com/api/matches/c495c9aa-e873-4289-9995-58471f612565/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-31T09:58:20.325190-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": "Sacramento Kings",
                "amount": 5107.0
            },
            {
                "team": "Miami Heat",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "bfbfa96f-481c-4d0a-9f51-25f44286b236",
            "gambit_id": "1eb59c1f-2c1e-493e-a76f-a6cc14be1707",
            "last_updated": "2024-02-01T10:48:01.386838-05:00",
            "created_at": "2024-01-31T09:58:20.329171-05:00",
            "name": "Sacramento Kings",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51866cca-d19a-48e8-a7a8-d350b6483b98/?format=api"
        },
        {
            "id": "170b5a59-2cac-4cef-83ec-1dd99f2ea59c",
            "gambit_id": "d87ba6ac-aede-4d26-983e-0648ec9bb33b",
            "last_updated": "2024-02-01T10:48:01.394249-05:00",
            "created_at": "2024-01-31T09:58:20.333991-05:00",
            "name": "Miami Heat",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51866cca-d19a-48e8-a7a8-d350b6483b98/?format=api"
        }
    ]
}