GET /api/bet_types/aca6b4a5-3596-4bbc-a806-86856ef9ace8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aca6b4a5-3596-4bbc-a806-86856ef9ace8",
    "match": "https://api-prod.gambitprofit.com/api/matches/91535851-194d-48b0-bf94-7625e56195d3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-23T12:41:47.849231-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": "BOS",
                "amount": 5699.0
            },
            {
                "team": "MIL",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "6246bdaa-38a6-417a-a714-397de884cfdb",
            "gambit_id": "51e3d2f2-28d5-4f34-bd14-83959754b2fd",
            "last_updated": "2023-04-24T13:02:15.033896-04:00",
            "created_at": "2023-04-23T12:41:47.852900-04:00",
            "name": "BOS",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aca6b4a5-3596-4bbc-a806-86856ef9ace8/?format=api"
        },
        {
            "id": "85adf90c-f224-4c08-918a-b3867687b323",
            "gambit_id": "8c0f44e0-d15e-446f-80f0-f0647d8629d2",
            "last_updated": "2023-04-24T13:02:15.031833-04:00",
            "created_at": "2023-04-23T12:41:47.851064-04:00",
            "name": "MIL",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aca6b4a5-3596-4bbc-a806-86856ef9ace8/?format=api"
        }
    ]
}