GET /api/bet_types/4b3509ee-aa9d-4c6c-988f-f7f28ad5923b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b3509ee-aa9d-4c6c-988f-f7f28ad5923b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d2b8d7b-9697-4d03-9c90-8f56b441de54/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "20fc402a-24d1-48ed-80f8-968ab66d27cb",
            "gambit_id": "7d20da7e-01b6-4a46-bb57-e26bd7bc4451",
            "last_updated": "2022-11-14T11:28:09.819442-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 229",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b3509ee-aa9d-4c6c-988f-f7f28ad5923b/?format=api"
        },
        {
            "id": "8d765865-e3cb-4811-844b-88336019b773",
            "gambit_id": "4ac0a5ed-d914-4c48-9e0e-b6141b29af31",
            "last_updated": "2022-11-14T11:28:09.818317-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 229",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b3509ee-aa9d-4c6c-988f-f7f28ad5923b/?format=api"
        }
    ]
}