GET /api/bet_types/2cc4ee3d-a9e0-4acf-b603-96d4101f3fcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cc4ee3d-a9e0-4acf-b603-96d4101f3fcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ec1b67d-2287-46b0-b6ef-d76e21b3b5c6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-28T08:23:03.554881-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": 5107.0
            },
            {
                "team": "MIN",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa07ef2a-05f4-4f93-bd28-9a9c94f6558e",
            "gambit_id": "76397d84-c21a-411b-b351-d11f0c92b97d",
            "last_updated": "2023-07-29T19:38:33.635856-04:00",
            "created_at": "2023-07-28T08:23:03.563482-04:00",
            "name": "KAN",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cc4ee3d-a9e0-4acf-b603-96d4101f3fcb/?format=api"
        },
        {
            "id": "fbb73390-2790-49fc-adf9-3513c28ee12a",
            "gambit_id": "b81e16a6-380f-4b77-a0ac-69c9157f8921",
            "last_updated": "2023-07-29T19:38:33.632209-04:00",
            "created_at": "2023-07-28T08:23:03.558812-04:00",
            "name": "MIN",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cc4ee3d-a9e0-4acf-b603-96d4101f3fcb/?format=api"
        }
    ]
}