GET /api/bet_types/5ddab7c3-e574-4eef-bd74-b9e64cfa1cc3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ddab7c3-e574-4eef-bd74-b9e64cfa1cc3",
    "match": "https://api-prod.gambitprofit.com/api/matches/778c06e2-87d1-4f43-bdbc-cc4917c1247c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-14T17:37:09.829131-05: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": "St Louis Blues",
                "amount": 6667.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9465.72,
        "profit_sb": -34.28,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8439348-f100-408c-b21f-ae06bc759a02",
            "gambit_id": "43b439d0-b4ec-45de-90d4-3960bc3f1d93",
            "last_updated": "2023-02-16T17:01:54.834752-05:00",
            "created_at": "2023-02-14T17:37:09.830369-05:00",
            "name": "St Louis Blues",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ddab7c3-e574-4eef-bd74-b9e64cfa1cc3/?format=api"
        },
        {
            "id": "f49c6eaa-5b1f-4975-b663-9064324cd53a",
            "gambit_id": "f259d30c-ee87-4be8-8077-70f353b0b9bf",
            "last_updated": "2023-02-16T17:01:54.835943-05:00",
            "created_at": "2023-02-14T17:37:09.831611-05:00",
            "name": "Florida Panthers",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ddab7c3-e574-4eef-bd74-b9e64cfa1cc3/?format=api"
        }
    ]
}