GET /api/bet_types/f797c652-a574-4636-ab55-86626c115243/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f797c652-a574-4636-ab55-86626c115243",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fc819d6-6445-48a2-9b47-539484c4d8d8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-11T10:27:05.295679-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": "SFO",
                "amount": 5319.0
            },
            {
                "team": "LOS",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "8721aeca-2cd9-4841-8e59-746758474f8d",
            "gambit_id": "4688eac7-57d7-4502-bf44-a8dffd51bd78",
            "last_updated": "2023-04-12T09:42:18.579260-04:00",
            "created_at": "2023-04-11T10:27:05.297916-04:00",
            "name": "SFO",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f797c652-a574-4636-ab55-86626c115243/?format=api"
        },
        {
            "id": "04a5884c-9bab-48b1-8d18-66ca6b8f7b45",
            "gambit_id": "ac126720-3543-4c7b-bab0-e43bd39412a3",
            "last_updated": "2023-04-12T09:42:18.581634-04:00",
            "created_at": "2023-04-11T10:27:05.300305-04:00",
            "name": "LOS",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f797c652-a574-4636-ab55-86626c115243/?format=api"
        }
    ]
}