GET /api/bet_types/f2f9277e-4be6-4910-b792-5c7036c2d050/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2f9277e-4be6-4910-b792-5c7036c2d050",
    "match": "https://api-prod.gambitprofit.com/api/matches/98e1ab53-8bfe-4f64-bb86-1a9f54a782f6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-21T09:13:06.099209-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d17c12d-31d7-4ce5-b431-7a6096ace548",
            "gambit_id": "e644ad83-126d-4ac8-b63e-79a929ad3042",
            "last_updated": "2023-12-23T14:43:20.394685-05:00",
            "created_at": "2023-12-21T09:13:06.102659-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2f9277e-4be6-4910-b792-5c7036c2d050/?format=api"
        },
        {
            "id": "f5f21086-88c8-47d2-92c3-d11d0f9ed1ec",
            "gambit_id": "ddaa379c-eec4-42f8-990c-ef614a0902d2",
            "last_updated": "2023-12-23T14:43:20.397966-05:00",
            "created_at": "2023-12-21T09:13:06.108945-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2f9277e-4be6-4910-b792-5c7036c2d050/?format=api"
        }
    ]
}