GET /api/bet_types/9571e9c9-84b4-47ae-ac71-d16a9cdcbda9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9571e9c9-84b4-47ae-ac71-d16a9cdcbda9",
    "match": "https://api-prod.gambitprofit.com/api/matches/f886ff29-af54-40f3-b76d-9e658947dd92/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-21T09:13:04.516212-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 7",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a725e6b5-db3e-487b-b579-7c981d49177b",
            "gambit_id": "c25c6e96-6f31-432b-8518-94ca6e884889",
            "last_updated": "2023-12-23T14:53:19.751114-05:00",
            "created_at": "2023-12-21T09:13:04.524131-05:00",
            "name": "Game Total Under 7",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9571e9c9-84b4-47ae-ac71-d16a9cdcbda9/?format=api"
        },
        {
            "id": "aca512e6-60bc-4095-b331-29f0c45cfc71",
            "gambit_id": "9c6bf8b8-3017-49ae-84ab-faf92cfc0931",
            "last_updated": "2023-12-23T14:53:19.747771-05:00",
            "created_at": "2023-12-21T09:13:04.519927-05:00",
            "name": "Game Total Over 7",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9571e9c9-84b4-47ae-ac71-d16a9cdcbda9/?format=api"
        }
    ]
}