GET /api/bet_types/3cb2a447-9b28-456c-a8fa-8e5e589196cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cb2a447-9b28-456c-a8fa-8e5e589196cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/e82ed090-3090-454a-88c6-7795e9d3508b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-01T09:18:20.501879-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": "SFO",
                "amount": 5107.0
            },
            {
                "team": "LOS",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d405c5d5-374f-457f-88f8-6604de13be68",
            "gambit_id": "a63ddec6-7a61-4323-ae2a-905db310b915",
            "last_updated": "2023-10-03T10:03:12.024571-04:00",
            "created_at": "2023-10-01T09:18:20.512322-04:00",
            "name": "SFO",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cb2a447-9b28-456c-a8fa-8e5e589196cb/?format=api"
        },
        {
            "id": "4603251b-4d10-4f99-a30f-71d0d82ea556",
            "gambit_id": "d838469f-b516-4fdb-ac45-a330cfbc761b",
            "last_updated": "2023-10-03T10:03:12.015318-04:00",
            "created_at": "2023-10-01T09:18:20.506679-04:00",
            "name": "LOS",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cb2a447-9b28-456c-a8fa-8e5e589196cb/?format=api"
        }
    ]
}