GET /api/bet_types/7e1fce92-6afc-4134-9593-0c551b588420/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e1fce92-6afc-4134-9593-0c551b588420",
    "match": "https://api-prod.gambitprofit.com/api/matches/8113c675-9a33-462e-8b63-f9a86d7ad4a1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-25T12:38:06.776057-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": "KAN",
                "amount": 5213.0
            },
            {
                "team": "CLE",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "71ca4f89-2913-40bb-a4a6-15d549eeacd9",
            "gambit_id": "72f67e66-14e8-4870-a11a-cfccf211e547",
            "last_updated": "2023-07-27T13:02:57.817475-04:00",
            "created_at": "2023-07-25T12:38:06.780750-04:00",
            "name": "KAN",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e1fce92-6afc-4134-9593-0c551b588420/?format=api"
        },
        {
            "id": "4342512b-119d-451c-beff-e24747722561",
            "gambit_id": "520ed843-5b36-4195-af3b-9476e87c887f",
            "last_updated": "2023-07-27T13:02:57.820874-04:00",
            "created_at": "2023-07-25T12:38:06.785699-04:00",
            "name": "CLE",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e1fce92-6afc-4134-9593-0c551b588420/?format=api"
        }
    ]
}