GET /api/bet_types/fbc44d4a-b75c-4fcb-99bf-d4953b57e405/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbc44d4a-b75c-4fcb-99bf-d4953b57e405",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7095419-d83a-4b8f-8b42-b9db41801998/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-05T08:33:05.592782-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "61b67b32-ea87-4d01-a2a5-fd1573b1ef66",
            "gambit_id": "f66da1e6-a2b6-47be-95ed-88bde6df5ab0",
            "last_updated": "2023-11-06T21:33:18.057806-05:00",
            "created_at": "2023-11-05T08:33:05.596682-05:00",
            "name": "Golden State Warriors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbc44d4a-b75c-4fcb-99bf-d4953b57e405/?format=api"
        },
        {
            "id": "b5a3e270-5a74-4973-8fce-649424533880",
            "gambit_id": "33574077-a5fc-4343-9b95-96244005b9b0",
            "last_updated": "2023-11-06T21:33:18.061170-05:00",
            "created_at": "2023-11-05T08:33:05.600833-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbc44d4a-b75c-4fcb-99bf-d4953b57e405/?format=api"
        }
    ]
}