GET /api/bet_types/f7941bf2-4dd4-457c-9eef-a8c3aa0875dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7941bf2-4dd4-457c-9eef-a8c3aa0875dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/98304ccf-0884-4902-9125-d8a508485ea4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-23T11:47:57.306949-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": "BAL",
                "amount": 6010.0
            },
            {
                "team": "TAM",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bafbf6f-384b-4dde-9549-33bbfeb76d24",
            "gambit_id": "f85a4b88-c7b7-48a6-9203-fbf499602de8",
            "last_updated": "2023-07-24T13:28:09.370014-04:00",
            "created_at": "2023-07-23T11:47:57.311461-04:00",
            "name": "BAL",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7941bf2-4dd4-457c-9eef-a8c3aa0875dc/?format=api"
        },
        {
            "id": "1def6a94-c104-40ee-842e-ac009bb0febd",
            "gambit_id": "d510c303-ec7c-4e82-bb48-5f492a4612ea",
            "last_updated": "2023-07-24T13:28:09.374821-04:00",
            "created_at": "2023-07-23T11:47:57.315655-04:00",
            "name": "TAM",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7941bf2-4dd4-457c-9eef-a8c3aa0875dc/?format=api"
        }
    ]
}