GET /api/bet_types/0908af0a-ec33-4e3e-a519-7e914dc7748b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0908af0a-ec33-4e3e-a519-7e914dc7748b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a2f7e71-c417-4406-a477-1d5004c78383/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "KAN",
                "amount": 5580.0
            },
            {
                "team": "CLE",
                "amount": 4420.0
            }
        ],
        "expected_reward_tokens": 9149.4,
        "profit_sb": 149.4,
        "profit_sb_percentage": 1.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "03d33533-e9e4-464e-8c44-8a9749f9e336",
            "gambit_id": "056df5ec-e19f-4132-a1dd-158f8387e12d",
            "last_updated": "2022-09-08T10:02:06.235252-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0908af0a-ec33-4e3e-a519-7e914dc7748b/?format=api"
        },
        {
            "id": "4d9db7a3-13f9-4d65-9e2a-cdf6f7cd73a7",
            "gambit_id": "0f23ee56-e616-43c9-b667-30b5ea497822",
            "last_updated": "2022-09-08T10:02:06.236239-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.07000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0908af0a-ec33-4e3e-a519-7e914dc7748b/?format=api"
        }
    ]
}