GET /api/bet_types/7fa872e8-c28d-44d0-8121-fbb0ec9f1c3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fa872e8-c28d-44d0-8121-fbb0ec9f1c3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/32602636-3a9b-431a-a720-6e3b983a8023/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f351d303-ca67-409f-a7c5-eaa6a9005519",
            "gambit_id": "2a6cae55-6c97-4bbd-ba5f-87b858c933d7",
            "last_updated": "2022-12-10T14:22:20.652700-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fa872e8-c28d-44d0-8121-fbb0ec9f1c3d/?format=api"
        },
        {
            "id": "fe83dc4d-b59a-4f4b-b0d8-2799be64a361",
            "gambit_id": "bf28ad6c-40eb-42e6-83ab-9fea1ab70d20",
            "last_updated": "2022-12-10T14:22:20.653995-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fa872e8-c28d-44d0-8121-fbb0ec9f1c3d/?format=api"
        }
    ]
}