GET /api/bet_types/3a55431b-f198-481e-a1dd-ca64ca9d8b62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a55431b-f198-481e-a1dd-ca64ca9d8b62",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7a88151-c4ac-4297-a4a6-722066201096/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-03T09:27:59.438403-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": "Game Total Over 7.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "de597537-70e7-49e5-baa6-be1b3a826bed",
            "gambit_id": "dbae7d27-c017-4cea-b7d5-3a4b5e76d35f",
            "last_updated": "2023-10-04T10:03:19.573129-04:00",
            "created_at": "2023-10-03T09:27:59.443159-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a55431b-f198-481e-a1dd-ca64ca9d8b62/?format=api"
        },
        {
            "id": "c9121972-e6c8-47a5-b362-cee51377d558",
            "gambit_id": "44b55d42-0b5e-40cf-b534-53c3e17641a6",
            "last_updated": "2023-10-04T10:03:19.576364-04:00",
            "created_at": "2023-10-03T09:27:59.447553-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a55431b-f198-481e-a1dd-ca64ca9d8b62/?format=api"
        }
    ]
}