GET /api/bet_types/eb0acf0c-ed12-4245-839a-b54c4324646c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb0acf0c-ed12-4245-839a-b54c4324646c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e861e8e-a899-417c-9187-c1fc53a2a966/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T09:01:58.657387-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": "Toronto Maple Leafs",
                "amount": 5599.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "927b8aa1-708d-43f1-83ef-d05cc44d2425",
            "gambit_id": "52059320-ca34-4d36-8d9a-0d2fe7fb4abc",
            "last_updated": "2023-04-10T09:36:57.815736-04:00",
            "created_at": "2023-04-08T09:01:58.660059-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb0acf0c-ed12-4245-839a-b54c4324646c/?format=api"
        },
        {
            "id": "c8d8b5e2-5223-459e-bda2-d065c1458498",
            "gambit_id": "9c4079a8-4aa3-4636-9844-35f7882149da",
            "last_updated": "2023-04-10T09:36:57.817585-04:00",
            "created_at": "2023-04-08T09:01:58.662974-04:00",
            "name": "Montreal Canadiens",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb0acf0c-ed12-4245-839a-b54c4324646c/?format=api"
        }
    ]
}