GET /api/bet_types/9323ae4a-01f5-40f1-b44e-1fb9ec3ef0fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9323ae4a-01f5-40f1-b44e-1fb9ec3ef0fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9de2c8b-1fad-4f59-b859-c905c83f1d78/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Under 2.5",
                "amount": 5127.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4873.0
            }
        ],
        "expected_reward_tokens": 8868.86,
        "profit_sb": -131.14,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "a08d37b5-9397-4760-9c29-f81abd219012",
            "gambit_id": "7922be15-9e94-4cb3-8e1f-5a790d096180",
            "last_updated": "2022-08-14T14:02:03.924631-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9323ae4a-01f5-40f1-b44e-1fb9ec3ef0fc/?format=api"
        },
        {
            "id": "74cad57b-c867-4677-8924-0ea8a456f002",
            "gambit_id": "7a04d37f-47a6-4e1d-8d07-0e6e112110c9",
            "last_updated": "2022-08-14T14:02:03.925228-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.82000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9323ae4a-01f5-40f1-b44e-1fb9ec3ef0fc/?format=api"
        }
    ]
}