GET /api/bet_types/3cc9f2ef-9e67-46de-bef4-3451418ecab6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cc9f2ef-9e67-46de-bef4-3451418ecab6",
    "match": "https://api-prod.gambitprofit.com/api/matches/f65d3ecb-476f-4b4c-88ba-2d2905e80646/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-11T09:02:20.005376-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": "CWS",
                "amount": 5857.0
            },
            {
                "team": "MIN",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "47765549-507a-45e2-9522-38da0d74dd67",
            "gambit_id": "2c909d75-d474-4fca-b62e-da92d45fdf2a",
            "last_updated": "2023-04-12T09:51:57.185597-04:00",
            "created_at": "2023-04-11T09:02:20.011795-04:00",
            "name": "CWS",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cc9f2ef-9e67-46de-bef4-3451418ecab6/?format=api"
        },
        {
            "id": "220bd6a0-9596-4987-9ca3-3bb48f7760f5",
            "gambit_id": "13b30bf7-f67c-4375-8940-42eda987bb53",
            "last_updated": "2023-04-12T09:51:57.183171-04:00",
            "created_at": "2023-04-11T09:02:20.008314-04:00",
            "name": "MIN",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cc9f2ef-9e67-46de-bef4-3451418ecab6/?format=api"
        }
    ]
}