GET /api/bet_types/0c297058-ec46-44f9-a453-47222027c160/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c297058-ec46-44f9-a453-47222027c160",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c12bfec-171e-4348-afae-71076f48e760/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T09:06:57.428231-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "090b92e7-7d6b-4db5-adcd-7eea4c2c3a20",
            "gambit_id": "8023fada-7a95-458f-8e01-3253cb00865e",
            "last_updated": "2022-12-24T18:56:52.436754-05:00",
            "created_at": "2022-12-23T09:06:57.430544-05:00",
            "name": "Washington Wizards",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c297058-ec46-44f9-a453-47222027c160/?format=api"
        },
        {
            "id": "63b9f9ea-a823-420a-9d2f-eceb5412b7ef",
            "gambit_id": "137bd278-520d-4d9a-87b0-f128e32d01c3",
            "last_updated": "2022-12-24T18:56:52.435659-05:00",
            "created_at": "2022-12-23T09:06:57.429383-05:00",
            "name": "Sacramento Kings",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c297058-ec46-44f9-a453-47222027c160/?format=api"
        }
    ]
}