GET /api/bet_types/5d8e4cdf-2b52-4e68-a4ef-041f91d56f09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d8e4cdf-2b52-4e68-a4ef-041f91d56f09",
    "match": "https://api-prod.gambitprofit.com/api/matches/282059ab-fcaf-4ce1-be0c-d699e4acd37d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-29T11:47:12.362397-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": "CLE",
                "amount": 6100.0
            },
            {
                "team": "BAL",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "42b928fa-890c-4e97-800e-2263ff2ef24b",
            "gambit_id": "bbd27e5d-e7ea-4af0-94c3-82447e2307c3",
            "last_updated": "2023-05-30T10:47:20.951995-04:00",
            "created_at": "2023-05-29T11:47:12.364846-04:00",
            "name": "CLE",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d8e4cdf-2b52-4e68-a4ef-041f91d56f09/?format=api"
        },
        {
            "id": "b60f5e46-76a7-42df-99a9-f097ecfff26a",
            "gambit_id": "3dbbbd9b-7fd9-40c2-9eb6-940f94a02fe5",
            "last_updated": "2023-05-30T10:47:20.954351-04:00",
            "created_at": "2023-05-29T11:47:12.367270-04:00",
            "name": "BAL",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d8e4cdf-2b52-4e68-a4ef-041f91d56f09/?format=api"
        }
    ]
}