GET /api/bet_types/53ddc67c-6b0c-47c1-845b-4f265db34cdf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53ddc67c-6b0c-47c1-845b-4f265db34cdf",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8bc35d8-b66f-47df-8c42-e6dcf8ad2715/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-11T11:17:06.415139-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": "e50c88a6-ee4a-4e5c-b731-84ea10aa43e5",
            "gambit_id": "c40f92d2-be3e-4ab2-a437-9a553cc8ad49",
            "last_updated": "2023-05-14T10:57:12.224922-04:00",
            "created_at": "2023-05-11T11:17:06.417682-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/53ddc67c-6b0c-47c1-845b-4f265db34cdf/?format=api"
        },
        {
            "id": "3a16fc58-3b5c-4361-9945-a9038cd4bec6",
            "gambit_id": "b2912e55-1b7d-48e3-ba00-0abcbc3f955b",
            "last_updated": "2023-05-14T10:57:12.226208-04:00",
            "created_at": "2023-05-11T11:17:06.420066-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/53ddc67c-6b0c-47c1-845b-4f265db34cdf/?format=api"
        }
    ]
}