GET /api/bet_types/38bc0d0f-f864-4608-9531-cce599c5ee7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38bc0d0f-f864-4608-9531-cce599c5ee7f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2925977a-2946-40a6-9be6-6e2745a0afa0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-14T08:48:13.381501-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": "KAN",
                "amount": 5319.0
            },
            {
                "team": "SEA",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "f815cb1c-3987-4a95-865c-acfa33f00ccf",
            "gambit_id": "2a4bdcaa-0b8a-45c0-8ec3-650a173c0fd0",
            "last_updated": "2023-08-15T10:23:12.257462-04:00",
            "created_at": "2023-08-14T08:48:13.389860-04:00",
            "name": "KAN",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38bc0d0f-f864-4608-9531-cce599c5ee7f/?format=api"
        },
        {
            "id": "5b5facae-de27-4da4-bb8b-1dfa2bf0d5f0",
            "gambit_id": "94c9818a-ea90-4985-aab5-73c5a9c1b20c",
            "last_updated": "2023-08-15T10:23:12.254006-04:00",
            "created_at": "2023-08-14T08:48:13.385636-04:00",
            "name": "SEA",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38bc0d0f-f864-4608-9531-cce599c5ee7f/?format=api"
        }
    ]
}