GET /api/bet_types/4b8a9956-4e33-42f2-9655-ba25cd953b8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b8a9956-4e33-42f2-9655-ba25cd953b8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/21dffb19-1e60-4cdf-937e-d3617ad84cf0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-22T09:58:22.565768-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": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "af7a87af-8df1-4f82-94ed-fa31e833eeb8",
            "gambit_id": "08c60bba-b0a1-41b7-8440-81db1e612d6c",
            "last_updated": "2023-09-23T20:58:10.631993-04:00",
            "created_at": "2023-09-22T09:58:22.574638-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b8a9956-4e33-42f2-9655-ba25cd953b8b/?format=api"
        },
        {
            "id": "c8d1f9b3-e372-4959-addf-fe4dab85a75f",
            "gambit_id": "6f8c5c12-a167-429d-a47d-eec909ee6168",
            "last_updated": "2023-09-23T20:58:10.628772-04:00",
            "created_at": "2023-09-22T09:58:22.569354-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b8a9956-4e33-42f2-9655-ba25cd953b8b/?format=api"
        }
    ]
}