GET /api/bet_types/ad9e8a07-9e53-493f-80ec-c437319ea719/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad9e8a07-9e53-493f-80ec-c437319ea719",
    "match": "https://api-prod.gambitprofit.com/api/matches/57d3ade5-93f7-4590-87db-ba1357a07f3a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-02T10:27:01.490981-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 236.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 236.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d95701d-30a4-48b4-8be1-b87b7ddada1c",
            "gambit_id": "4d081de6-f9c6-419c-91cd-764dde06b533",
            "last_updated": "2023-01-03T10:52:16.331914-05:00",
            "created_at": "2023-01-02T10:27:01.492294-05:00",
            "name": "Game Total Under 236.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad9e8a07-9e53-493f-80ec-c437319ea719/?format=api"
        },
        {
            "id": "cad21ba3-09e6-4aca-a3fb-ff361cc8b71a",
            "gambit_id": "201423d3-691c-4d64-876c-a6f6c46f6b07",
            "last_updated": "2023-01-03T10:52:16.333081-05:00",
            "created_at": "2023-01-02T10:27:01.493554-05:00",
            "name": "Game Total Over 236.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad9e8a07-9e53-493f-80ec-c437319ea719/?format=api"
        }
    ]
}