GET /api/bet_types/2ce60074-db19-443d-98f1-3fd6f2a7779d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ce60074-db19-443d-98f1-3fd6f2a7779d",
    "match": "https://api-prod.gambitprofit.com/api/matches/586ba502-3dd5-41d6-9a31-fa6502319df2/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-05T10:03:22.184413-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": "Brooklyn Nets",
                "amount": 5107.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f336ae8-bba5-4e58-b5e0-f586f70c41a3",
            "gambit_id": "b01f9c2c-82ce-433b-8279-53a7c22cc6e9",
            "last_updated": "2024-02-07T01:52:58.769316-05:00",
            "created_at": "2024-02-05T10:03:22.193021-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ce60074-db19-443d-98f1-3fd6f2a7779d/?format=api"
        },
        {
            "id": "8df3307d-3ed0-415b-ac48-4fc4d1d7ed98",
            "gambit_id": "5be694aa-f8ee-4b9c-a461-77c358a4353d",
            "last_updated": "2024-02-07T01:52:58.765949-05:00",
            "created_at": "2024-02-05T10:03:22.188643-05:00",
            "name": "Golden State Warriors",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ce60074-db19-443d-98f1-3fd6f2a7779d/?format=api"
        }
    ]
}