GET /api/bet_types/1bca0b00-ca55-4e6a-a9b8-2df2522cfa9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bca0b00-ca55-4e6a-a9b8-2df2522cfa9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d46c7ce7-8d94-4f67-8e6d-3bbeca02436e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-19T08:33:00.685685-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": "Boston Bruins",
                "amount": 7052.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2948.0
            }
        ],
        "expected_reward_tokens": 9520.2,
        "profit_sb": 20.2,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "6223017e-2a2c-428e-92c0-fd249c342e35",
            "gambit_id": "4b378a63-2cbd-465b-bed5-f781e9a3ff03",
            "last_updated": "2023-10-20T11:18:23.236823-04:00",
            "created_at": "2023-10-19T08:33:00.690888-04:00",
            "name": "Boston Bruins",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bca0b00-ca55-4e6a-a9b8-2df2522cfa9d/?format=api"
        },
        {
            "id": "3e3fd3b5-b9bc-4516-bba4-ccfb8bd0cea9",
            "gambit_id": "f9c95628-7711-48ff-b1e0-2b2ca828e332",
            "last_updated": "2023-10-20T11:18:23.240812-04:00",
            "created_at": "2023-10-19T08:33:00.696651-04:00",
            "name": "San Jose Sharks",
            "reward": "3.23000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bca0b00-ca55-4e6a-a9b8-2df2522cfa9d/?format=api"
        }
    ]
}