GET /api/bet_types/191257d2-0757-44c7-8431-f91a2722fe56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "191257d2-0757-44c7-8431-f91a2722fe56",
    "match": "https://api-prod.gambitprofit.com/api/matches/53c24da3-89db-4612-adf0-02ba46a90181/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-10T09:38:05.949937-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 Over 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "71824adb-4362-4c9e-bf2a-f53948265736",
            "gambit_id": "779658f4-60b4-4de4-96ad-77e736798cf0",
            "last_updated": "2023-06-11T11:13:00.326361-04:00",
            "created_at": "2023-06-10T09:38:05.951457-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/191257d2-0757-44c7-8431-f91a2722fe56/?format=api"
        },
        {
            "id": "b4da4d50-81db-4a27-a0c2-418fae003d43",
            "gambit_id": "8bee7966-567c-4851-9642-fcf882976e05",
            "last_updated": "2023-06-11T11:13:00.324146-04:00",
            "created_at": "2023-06-10T09:38:05.953151-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/191257d2-0757-44c7-8431-f91a2722fe56/?format=api"
        }
    ]
}