GET /api/bet_types/6171cafa-e11d-4312-9f51-3036e6886d50/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6171cafa-e11d-4312-9f51-3036e6886d50",
    "match": "https://api-prod.gambitprofit.com/api/matches/f888c669-af34-405b-acf3-2860565d7f03/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T09:58:19.885734-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 Over 232.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 232.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1bb59010-6a7a-4d92-a405-a3eccb264848",
            "gambit_id": "9cf42d0b-fa61-40eb-8794-4fe93f82165a",
            "last_updated": "2024-02-03T10:37:57.856644-05:00",
            "created_at": "2024-02-02T09:58:19.890272-05:00",
            "name": "Game Total Over 232.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6171cafa-e11d-4312-9f51-3036e6886d50/?format=api"
        },
        {
            "id": "56cc7f8f-382c-484f-84a8-056259096ec1",
            "gambit_id": "b05c8280-64d1-4fd5-be20-bef0773ef694",
            "last_updated": "2024-02-03T10:37:57.859998-05:00",
            "created_at": "2024-02-02T09:58:19.896112-05:00",
            "name": "Game Total Under 232.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6171cafa-e11d-4312-9f51-3036e6886d50/?format=api"
        }
    ]
}