GET /api/bet_types/bbef1fa8-c9de-4096-bc4c-65e3875f47c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbef1fa8-c9de-4096-bc4c-65e3875f47c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/06474107-e02f-46b2-9f90-0c6b03abfa4b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-10T10:03:06.285642-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": 5319.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "02016cf0-81de-4a9f-a302-be07b954360a",
            "gambit_id": "3589011b-3d37-4d4a-852f-d16a86d410d7",
            "last_updated": "2023-09-12T11:33:04.219904-04:00",
            "created_at": "2023-09-10T10:03:06.289697-04:00",
            "name": "Game Total Over 9",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbef1fa8-c9de-4096-bc4c-65e3875f47c5/?format=api"
        },
        {
            "id": "2b3e207f-38f8-4af4-af7e-490053858ddb",
            "gambit_id": "d101edf4-b34c-444f-ac7d-796e086c1602",
            "last_updated": "2023-09-12T11:33:04.223915-04:00",
            "created_at": "2023-09-10T10:03:06.294457-04:00",
            "name": "Game Total Under 9",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbef1fa8-c9de-4096-bc4c-65e3875f47c5/?format=api"
        }
    ]
}