GET /api/bet_types/5b347834-e9d8-44b5-9d95-19faef6ef1cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b347834-e9d8-44b5-9d95-19faef6ef1cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b059075-e493-44a4-9bd0-29a3fdec9d31/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-06T10:57:12.941515-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 Under 10.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 10.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f4b4605-d4f6-4897-9614-8fe6038707a3",
            "gambit_id": "942f35b7-2deb-4bcc-abf5-321852d5e309",
            "last_updated": "2023-06-07T10:28:08.064058-04:00",
            "created_at": "2023-06-06T10:57:12.946331-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b347834-e9d8-44b5-9d95-19faef6ef1cf/?format=api"
        },
        {
            "id": "91b3c805-94af-4b43-b015-7432a9f62634",
            "gambit_id": "cbcfece9-73f9-4443-90fd-12195458bd9c",
            "last_updated": "2023-06-07T10:28:08.061511-04:00",
            "created_at": "2023-06-06T10:57:12.944162-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b347834-e9d8-44b5-9d95-19faef6ef1cf/?format=api"
        }
    ]
}