GET /api/bet_types/e4d71a69-23fd-45ae-bc3f-5cc4540eb3b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4d71a69-23fd-45ae-bc3f-5cc4540eb3b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f82cc16-acf8-4000-81fe-375b08b53387/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-20T10:51:57.989879-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b3b7d94d-d979-4c6d-8ff2-f94d00abd1c4",
            "gambit_id": "360732d3-11a2-4e87-ae4f-0bb83bf63a80",
            "last_updated": "2023-05-22T13:22:17.846033-04:00",
            "created_at": "2023-05-20T10:51:57.991472-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4d71a69-23fd-45ae-bc3f-5cc4540eb3b4/?format=api"
        },
        {
            "id": "b8f48cfa-68ee-4b21-9822-0a9074f4c547",
            "gambit_id": "30375d40-5fc2-4a29-aedf-517af7513ef2",
            "last_updated": "2023-05-22T13:22:17.847384-04:00",
            "created_at": "2023-05-20T10:51:57.993289-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4d71a69-23fd-45ae-bc3f-5cc4540eb3b4/?format=api"
        }
    ]
}