GET /api/bet_types/9a017868-f45c-423b-97ba-f1b9bb8fb124/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a017868-f45c-423b-97ba-f1b9bb8fb124",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba42e4d9-82af-438e-9479-041f78d3dee5/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 2.5",
                "amount": 5847.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4153.0
            }
        ],
        "expected_reward_tokens": 8887.42,
        "profit_sb": -112.58,
        "profit_sb_percentage": -1.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "578a3186-bc78-458c-a8b3-a4cb21dd90b6",
            "gambit_id": "39684994-1dca-412d-ba74-71ad014c7303",
            "last_updated": "2022-08-22T15:47:09.939984-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.52000",
            "odds": "1.57000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a017868-f45c-423b-97ba-f1b9bb8fb124/?format=api"
        },
        {
            "id": "a32dd40a-2095-4a3f-95f5-7c783920c672",
            "gambit_id": "cfe338dc-21eb-4156-8f95-03bf7398af6a",
            "last_updated": "2022-08-22T15:47:09.940522-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.14000",
            "odds": "2.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a017868-f45c-423b-97ba-f1b9bb8fb124/?format=api"
        }
    ]
}