GET /api/bet_types/653b8b6a-8d2b-490a-9a3e-662efc245c50/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "653b8b6a-8d2b-490a-9a3e-662efc245c50",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e4561fc-fb56-4ca8-ae78-e2e6ec104a1f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T10:01:51.536648-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d711ce31-58f6-48a7-89c9-e4e49a2926f9",
            "gambit_id": "6bfc41e5-63c2-46d0-8859-ed100aecc32d",
            "last_updated": "2023-04-01T10:41:47.538142-04:00",
            "created_at": "2023-03-31T10:01:51.538992-04:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/653b8b6a-8d2b-490a-9a3e-662efc245c50/?format=api"
        },
        {
            "id": "d225e69c-e38d-491d-a62a-bb1dbef511ae",
            "gambit_id": "f1410008-7001-42eb-bfd3-15d4830ca0be",
            "last_updated": "2023-04-01T10:41:47.539805-04:00",
            "created_at": "2023-03-31T10:01:51.541308-04:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/653b8b6a-8d2b-490a-9a3e-662efc245c50/?format=api"
        }
    ]
}