GET /api/bet_types/48d38cfa-b373-4052-b710-12512f16831b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48d38cfa-b373-4052-b710-12512f16831b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6255ab62-ef9d-4717-ad5b-28d129fc8d15/?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": "Las Vegas Raiders",
                "amount": 5000.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3fc182b6-d382-41bd-b899-b6794b038560",
            "gambit_id": "cd832ced-ae53-41e2-8ea2-fa080810c00b",
            "last_updated": "2022-11-14T14:52:38.767089-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48d38cfa-b373-4052-b710-12512f16831b/?format=api"
        },
        {
            "id": "ff8df3db-6b0a-4c64-9700-0fee9d41cc61",
            "gambit_id": "1bf77fc6-9210-4c7b-9c8e-b9ee3a5a19e4",
            "last_updated": "2022-11-14T14:52:38.768188-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48d38cfa-b373-4052-b710-12512f16831b/?format=api"
        }
    ]
}