GET /api/bet_types/06c843fb-7809-4c0b-bd4f-6b15d7caf178/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06c843fb-7809-4c0b-bd4f-6b15d7caf178",
    "match": "https://api-prod.gambitprofit.com/api/matches/57ab9e55-6e07-47df-be78-62d2347e20b6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-26T12:02:12.962782-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": "Seattle Kraken",
                "amount": 5939.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "712adab0-6d94-435f-be8e-29730e2d0ab9",
            "gambit_id": "011e4417-7e76-4216-8ee4-c59e3ce022b8",
            "last_updated": "2023-04-27T11:52:07.491018-04:00",
            "created_at": "2023-04-26T12:02:12.966331-04:00",
            "name": "Seattle Kraken",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06c843fb-7809-4c0b-bd4f-6b15d7caf178/?format=api"
        },
        {
            "id": "dff3d68f-2be2-42e1-bec8-4b7e16528f98",
            "gambit_id": "ae1347a9-016d-4c6a-ad28-e35078d87c24",
            "last_updated": "2023-04-27T11:52:07.489456-04:00",
            "created_at": "2023-04-26T12:02:12.964376-04:00",
            "name": "Colorado Avalanche",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06c843fb-7809-4c0b-bd4f-6b15d7caf178/?format=api"
        }
    ]
}