GET /api/bet_types/c7ece819-994c-456d-9fd1-b0aecca2e36c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7ece819-994c-456d-9fd1-b0aecca2e36c",
    "match": "https://api-prod.gambitprofit.com/api/matches/01bc8498-4c4f-4699-ae2e-111c150a445a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-26T09:48:14.098773-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": "Memphis Grizzlies",
                "amount": 5107.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ebc45ee1-640b-4df0-bed0-719e56e5a27e",
            "gambit_id": "d8ffe35d-8ff5-4263-af92-c43a58fa51ce",
            "last_updated": "2023-11-27T21:37:58.463171-05:00",
            "created_at": "2023-11-26T09:48:14.108228-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7ece819-994c-456d-9fd1-b0aecca2e36c/?format=api"
        },
        {
            "id": "14401265-cb3e-4d76-8dac-7e51afc760ac",
            "gambit_id": "07074afa-77c0-42bf-88b8-0bf232c0fe95",
            "last_updated": "2023-11-27T21:37:58.459612-05:00",
            "created_at": "2023-11-26T09:48:14.103598-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7ece819-994c-456d-9fd1-b0aecca2e36c/?format=api"
        }
    ]
}