GET /api/bet_types/df0b1253-2d88-465c-ba73-f0142a41ca5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df0b1253-2d88-465c-ba73-f0142a41ca5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/98f1b44c-a988-4d9f-aca8-f947872c8169/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:09.877806-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": "Missouri",
                "amount": 5000.0
            },
            {
                "team": "Utah State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a17ef0b1-bda6-44fd-8137-7f65268c2f6e",
            "gambit_id": "51ca8f9d-4649-4337-8872-7857d91a68f8",
            "last_updated": "2023-03-17T10:47:20.637598-04:00",
            "created_at": "2023-03-14T19:52:09.879660-04:00",
            "name": "Missouri",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df0b1253-2d88-465c-ba73-f0142a41ca5a/?format=api"
        },
        {
            "id": "9359bef4-58ac-495b-aaaf-d5397c558ea9",
            "gambit_id": "894add4a-1e09-46c9-a04c-1ca192b293ae",
            "last_updated": "2023-03-17T10:47:20.638823-04:00",
            "created_at": "2023-03-14T19:52:09.881899-04:00",
            "name": "Utah State",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df0b1253-2d88-465c-ba73-f0142a41ca5a/?format=api"
        }
    ]
}