GET /api/bet_types/7439b94a-f4c7-4742-bc20-03224d82f47d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7439b94a-f4c7-4742-bc20-03224d82f47d",
    "match": "https://api-prod.gambitprofit.com/api/matches/81457f99-5559-4791-8513-248aab172872/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:10.369349-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": "Tennessee Titans",
                "amount": 5107.0
            },
            {
                "team": "Houston Texans",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "81940fd8-dacb-4f50-8c9d-518eed38b6d0",
            "gambit_id": "72eac9ba-9005-4002-bde4-e6c4d692ebab",
            "last_updated": "2023-12-19T09:58:15.524877-05:00",
            "created_at": "2023-12-15T09:13:10.376844-05:00",
            "name": "Tennessee Titans",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7439b94a-f4c7-4742-bc20-03224d82f47d/?format=api"
        },
        {
            "id": "bfea116c-1a8f-44e9-83bd-ba27c2f9dfa9",
            "gambit_id": "120d4f86-da24-40d0-a366-45c807317c08",
            "last_updated": "2023-12-19T09:58:15.511074-05:00",
            "created_at": "2023-12-15T09:13:10.372787-05:00",
            "name": "Houston Texans",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7439b94a-f4c7-4742-bc20-03224d82f47d/?format=api"
        }
    ]
}