GET /api/bet_types/7730851d-2769-4c08-818d-b078a5574cfa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7730851d-2769-4c08-818d-b078a5574cfa",
    "match": "https://api-prod.gambitprofit.com/api/matches/9743471f-b839-4f8f-ae83-f1126e7247f3/?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": "Kansas City Chiefs",
                "amount": 5000.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b49a081-f80b-4c31-baf7-4137e0c0cc7c",
            "gambit_id": "cf0beddf-df89-4025-ba4c-e3a688207985",
            "last_updated": "2022-10-03T11:32:21.852631-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7730851d-2769-4c08-818d-b078a5574cfa/?format=api"
        },
        {
            "id": "d08eaef3-34de-4b78-8e48-4213e6e581d2",
            "gambit_id": "8a1534a7-2e31-455d-87e6-1e4673b00387",
            "last_updated": "2022-10-03T11:32:21.851544-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7730851d-2769-4c08-818d-b078a5574cfa/?format=api"
        }
    ]
}