GET /api/bet_types/80bb197b-7d54-438d-bdbb-c6d7c1206f4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80bb197b-7d54-438d-bdbb-c6d7c1206f4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/bad2dc64-2ead-4fe0-a9ff-357540e5f6e3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-26T13:37:01.715513-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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d19f7ae7-9167-488c-8a55-31bf44c29082",
            "gambit_id": "121d0b3f-0f80-42fe-aa20-3b38bb16c650",
            "last_updated": "2023-03-27T11:36:53.666417-04:00",
            "created_at": "2023-03-26T13:37:01.719007-04:00",
            "name": "Game Total Over 220.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80bb197b-7d54-438d-bdbb-c6d7c1206f4b/?format=api"
        },
        {
            "id": "ce725256-e9c6-4e4a-b193-79fa419cc0b3",
            "gambit_id": "acd55c0f-8e6b-4f4c-93f1-d34da8428480",
            "last_updated": "2023-03-27T11:36:53.664324-04:00",
            "created_at": "2023-03-26T13:37:01.717172-04:00",
            "name": "Game Total Under 220.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80bb197b-7d54-438d-bdbb-c6d7c1206f4b/?format=api"
        }
    ]
}