GET /api/bet_types/d800779e-a4e6-4ac2-9859-4e11cfef01ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d800779e-a4e6-4ac2-9859-4e11cfef01ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f37c925-dd5f-4b8c-b9cf-eecebe6d073d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-19T08:47:59.900175-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": "BOS",
                "amount": 5512.0
            },
            {
                "team": "OAK",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "931e63fa-56d9-48ec-9a67-d0a9155feeb4",
            "gambit_id": "a86bffbb-02e9-4d33-ac1a-fa969a27e844",
            "last_updated": "2023-07-20T19:48:15.648841-04:00",
            "created_at": "2023-07-19T08:47:59.901577-04:00",
            "name": "BOS",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d800779e-a4e6-4ac2-9859-4e11cfef01ac/?format=api"
        },
        {
            "id": "25e4e1ca-c41a-41ee-8b03-8b46679faf8e",
            "gambit_id": "7cccc521-4d6a-4142-a79a-c83045fc1c88",
            "last_updated": "2023-07-20T19:48:15.650521-04:00",
            "created_at": "2023-07-19T08:47:59.903085-04:00",
            "name": "OAK",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d800779e-a4e6-4ac2-9859-4e11cfef01ac/?format=api"
        }
    ]
}