GET /api/bet_types/603e0099-4d03-417e-8b3f-7e84f0b7d68b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "603e0099-4d03-417e-8b3f-7e84f0b7d68b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f34fb1d-0aa9-4370-9f18-f7952e324676/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-04T09:43:01.242749-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": "Los Angeles Chargers",
                "amount": 5319.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8303e0e-7df7-4b1f-b5ac-ee087c55284b",
            "gambit_id": "9191ddcc-098e-433e-ab01-e8b20e49b52f",
            "last_updated": "2024-01-09T10:33:29.021500-05:00",
            "created_at": "2024-01-04T09:43:01.252012-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/603e0099-4d03-417e-8b3f-7e84f0b7d68b/?format=api"
        },
        {
            "id": "aa2f89b8-a952-4e57-89c6-5eb5e44f0d7c",
            "gambit_id": "b594860b-ac50-47f2-b75f-d5f38f17d398",
            "last_updated": "2024-01-09T10:33:29.017600-05:00",
            "created_at": "2024-01-04T09:43:01.246694-05:00",
            "name": "Kansas City Chiefs",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/603e0099-4d03-417e-8b3f-7e84f0b7d68b/?format=api"
        }
    ]
}