GET /api/bet_types/51264eb2-04d5-420f-b2c2-41d314c39518/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51264eb2-04d5-420f-b2c2-41d314c39518",
    "match": "https://api-prod.gambitprofit.com/api/matches/5511a2ad-1c81-4c53-b254-44ebc2deb3a4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-31T09:56:47.808256-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "60a07729-e5f8-4dc3-b433-b68ab568f800",
            "gambit_id": "32f7f81e-c0c3-4881-b4b2-192c91aafaf5",
            "last_updated": "2023-04-01T10:22:13.853715-04:00",
            "created_at": "2023-03-31T09:56:47.810716-04:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51264eb2-04d5-420f-b2c2-41d314c39518/?format=api"
        },
        {
            "id": "bc021883-87b6-4152-b276-804bb539657e",
            "gambit_id": "6bdc5f27-2085-44f5-99ab-2a623b07bc54",
            "last_updated": "2023-04-01T10:22:13.855571-04:00",
            "created_at": "2023-03-31T09:56:47.813528-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51264eb2-04d5-420f-b2c2-41d314c39518/?format=api"
        }
    ]
}