GET /api/bet_types/ad93b798-daec-424b-99ff-b2b357ff8370/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad93b798-daec-424b-99ff-b2b357ff8370",
    "match": "https://api-prod.gambitprofit.com/api/matches/df8af3c0-8f9f-4253-9754-69276b96588a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-09T08:13:10.663059-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 Over 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d42c0249-815f-4a84-b129-9b88ea3133d0",
            "gambit_id": "40c60d45-f323-4095-9812-93e3cd75e21b",
            "last_updated": "2023-08-10T12:32:55.485310-04:00",
            "created_at": "2023-08-09T08:13:10.667081-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad93b798-daec-424b-99ff-b2b357ff8370/?format=api"
        },
        {
            "id": "e3a6ebdb-acfc-4a62-8c0a-afa4bbe27598",
            "gambit_id": "19c1e561-0b02-41f6-a4ca-b0e3566a9a64",
            "last_updated": "2023-08-10T12:32:55.488962-04:00",
            "created_at": "2023-08-09T08:13:10.672037-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad93b798-daec-424b-99ff-b2b357ff8370/?format=api"
        }
    ]
}