GET /api/bet_types/f45c49cb-8f84-439a-97e3-500f6b745d2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f45c49cb-8f84-439a-97e3-500f6b745d2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8417b19a-81de-4810-8844-af7c62f7b911/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-03T11:23:17.341812-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": "Golden State Warriors",
                "amount": 5094.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "79d338a5-6e5a-40db-8986-e2d4a62b8a7b",
            "gambit_id": "d8aa7fa6-6ede-4b3e-a392-14f784ba3abb",
            "last_updated": "2023-11-04T10:38:16.536978-04:00",
            "created_at": "2023-11-03T11:23:17.346840-04:00",
            "name": "Golden State Warriors",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f45c49cb-8f84-439a-97e3-500f6b745d2d/?format=api"
        },
        {
            "id": "0c362918-9fe9-4e3b-b8d6-b648a049f8f7",
            "gambit_id": "7b6ffaef-e253-480e-9d96-d3301425c2f8",
            "last_updated": "2023-11-04T10:38:16.540229-04:00",
            "created_at": "2023-11-03T11:23:17.350882-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f45c49cb-8f84-439a-97e3-500f6b745d2d/?format=api"
        }
    ]
}