GET /api/bet_types/88f9b077-167a-410c-85b9-fb5b4f2c5477/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88f9b077-167a-410c-85b9-fb5b4f2c5477",
    "match": "https://api-prod.gambitprofit.com/api/matches/abf84fe9-c4cb-40b4-98d7-65007864b6c6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-06T07:58:06.863408-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 7",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "3195ea99-4aa7-44a3-b87d-1383df5ca6b4",
            "gambit_id": "77cc0cf5-2ee3-49e9-b567-812b89ba8eb8",
            "last_updated": "2023-11-10T12:48:30.797722-05:00",
            "created_at": "2023-11-06T07:58:06.871418-05:00",
            "name": "Game Total Under 7",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88f9b077-167a-410c-85b9-fb5b4f2c5477/?format=api"
        },
        {
            "id": "ca948a1d-1c7b-4b6a-9892-b8de92b3261d",
            "gambit_id": "fa9026c1-2c69-4dcb-b57f-e06f33be6676",
            "last_updated": "2023-11-10T12:48:30.794545-05:00",
            "created_at": "2023-11-06T07:58:06.867474-05:00",
            "name": "Game Total Over 7",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88f9b077-167a-410c-85b9-fb5b4f2c5477/?format=api"
        }
    ]
}