GET /api/bet_types/c043f44c-714b-4b7c-aa83-36ef13ed5b96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c043f44c-714b-4b7c-aa83-36ef13ed5b96",
    "match": "https://api-prod.gambitprofit.com/api/matches/8292a891-0a3a-4bda-ae78-15e508ea180d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-20T09:48:09.432975-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c40b960b-d951-43e8-b295-693f71cdbdf6",
            "gambit_id": "c56c9d51-8b79-4118-aba4-afe8c122a739",
            "last_updated": "2023-11-21T14:38:25.104617-05:00",
            "created_at": "2023-11-20T09:48:09.437526-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c043f44c-714b-4b7c-aa83-36ef13ed5b96/?format=api"
        },
        {
            "id": "cfcbbf9c-0f0e-4474-8404-19a7dc7270d5",
            "gambit_id": "ffbfb66c-fe1b-4950-820b-4ca33bece858",
            "last_updated": "2023-11-21T14:38:25.107853-05:00",
            "created_at": "2023-11-20T09:48:09.442327-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c043f44c-714b-4b7c-aa83-36ef13ed5b96/?format=api"
        }
    ]
}