GET /api/bet_types/8f9a30c7-b2ff-4721-bd16-1db7085a210d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f9a30c7-b2ff-4721-bd16-1db7085a210d",
    "match": "https://api-prod.gambitprofit.com/api/matches/26d872d1-112f-4512-b8b6-4d6c167ddf55/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-06T09:18:06.360595-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 Over 42",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e35b01f5-08dc-4d20-9657-1effd026a8b4",
            "gambit_id": "7bce6a59-e3d3-4a41-8ed0-ffea1b3af8d4",
            "last_updated": "2023-12-11T19:48:21.185515-05:00",
            "created_at": "2023-12-06T09:18:06.364948-05:00",
            "name": "Game Total Over 42",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f9a30c7-b2ff-4721-bd16-1db7085a210d/?format=api"
        },
        {
            "id": "0f96e70a-2372-4981-b11b-645893743ab6",
            "gambit_id": "386f75ca-8824-496d-8101-a46d53935498",
            "last_updated": "2023-12-11T19:48:21.188759-05:00",
            "created_at": "2023-12-06T09:18:06.368917-05:00",
            "name": "Game Total Under 42",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f9a30c7-b2ff-4721-bd16-1db7085a210d/?format=api"
        }
    ]
}