GET /api/bet_types/43021f7c-700a-471d-ac13-f7739b48ae5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43021f7c-700a-471d-ac13-f7739b48ae5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/13d70743-096d-433b-a250-5bbcda6ef356/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-15T08:47:22.289381-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 Under 217",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 217",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce845c39-414d-4784-93b6-d568fdfadc3b",
            "gambit_id": "7dc4d83f-7e1b-4f3e-890e-bad1fd5ae64b",
            "last_updated": "2023-02-16T16:52:02.568696-05:00",
            "created_at": "2023-02-15T08:47:22.290626-05:00",
            "name": "Game Total Under 217",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "217.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43021f7c-700a-471d-ac13-f7739b48ae5f/?format=api"
        },
        {
            "id": "057a5621-d98b-4ba4-a288-c1162f14a7d1",
            "gambit_id": "cbc20f6d-4557-4ab2-832b-a0b827d454ba",
            "last_updated": "2023-02-16T16:52:02.569856-05:00",
            "created_at": "2023-02-15T08:47:22.291927-05:00",
            "name": "Game Total Over 217",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "217.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43021f7c-700a-471d-ac13-f7739b48ae5f/?format=api"
        }
    ]
}