GET /api/bet_types/541aa418-e320-4c08-814c-4333c065b73c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "541aa418-e320-4c08-814c-4333c065b73c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c46f444b-ce26-446a-b93c-4112c8ebf8c0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-13T09:32:19.747507-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 Under 9",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "122655b1-ad62-4258-8381-feb028f197e3",
            "gambit_id": "6d00ccc3-6cee-43b9-903c-3a9f22e0cc6a",
            "last_updated": "2023-04-14T12:02:23.242622-04:00",
            "created_at": "2023-04-13T09:32:19.748906-04:00",
            "name": "Game Total Under 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/541aa418-e320-4c08-814c-4333c065b73c/?format=api"
        },
        {
            "id": "3e4d80b5-3666-4d88-8da7-6536b791106e",
            "gambit_id": "c1b9d8ce-1fe7-4a71-9cbc-2dfa9ac86ab5",
            "last_updated": "2023-04-14T12:02:23.244407-04:00",
            "created_at": "2023-04-13T09:32:19.750363-04:00",
            "name": "Game Total Over 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/541aa418-e320-4c08-814c-4333c065b73c/?format=api"
        }
    ]
}