GET /api/bet_types/f131418f-d957-432e-9fe9-c5de8a2ec494/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f131418f-d957-432e-9fe9-c5de8a2ec494",
    "match": "https://api-prod.gambitprofit.com/api/matches/d46c7ce7-8d94-4f67-8e6d-3bbeca02436e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-19T08:33:00.701750-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": 5094.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a3f03a1-2479-4915-8004-f62be2fea3da",
            "gambit_id": "7dbf23a8-8add-45c5-82ed-b9efa990a33d",
            "last_updated": "2023-10-20T11:18:23.248034-04:00",
            "created_at": "2023-10-19T08:33:00.712992-04:00",
            "name": "Boston Bruins",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f131418f-d957-432e-9fe9-c5de8a2ec494/?format=api"
        },
        {
            "id": "5397c999-df07-4dcc-bf19-c0b9e1a1dba3",
            "gambit_id": "014b1453-ec0c-4d25-b2bd-eefcdea41ef7",
            "last_updated": "2023-10-20T11:18:23.252684-04:00",
            "created_at": "2023-10-19T08:33:00.727916-04:00",
            "name": "San Jose Sharks",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f131418f-d957-432e-9fe9-c5de8a2ec494/?format=api"
        }
    ]
}