GET /api/bet_types/9c1cafda-980e-41ba-9124-becfa85ef882/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c1cafda-980e-41ba-9124-becfa85ef882",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e91ceb9-7a1b-4481-82f5-b5317a39b5a2/?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 Under 62.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 62.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "94f7f5b6-c09f-4bf7-a1f1-703caf4d3d47",
            "gambit_id": "66e05c86-2fea-4437-a414-ba29e75dac60",
            "last_updated": "2022-09-18T20:37:19.482138-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 62.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "62.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c1cafda-980e-41ba-9124-becfa85ef882/?format=api"
        },
        {
            "id": "28616d3a-5d71-4fdf-a4f7-ba462b870e64",
            "gambit_id": "bce98a87-12d7-4dd5-8665-7dfcb6ba1b1f",
            "last_updated": "2022-09-18T20:37:19.483388-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 62.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "62.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c1cafda-980e-41ba-9124-becfa85ef882/?format=api"
        }
    ]
}