GET /api/bet_types/57f121e3-5ee7-40f7-843b-f68275265f6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57f121e3-5ee7-40f7-843b-f68275265f6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a3d6be7-94f6-445b-b3df-085ddf81767b/?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 6",
                "amount": 5212.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "5dcb8668-2baa-4b16-bab6-55e3cf725a5c",
            "gambit_id": "048537a0-94b9-4c00-8f38-0e4078b7c4cb",
            "last_updated": "2022-10-24T11:52:23.321492-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57f121e3-5ee7-40f7-843b-f68275265f6f/?format=api"
        },
        {
            "id": "d3a157d4-60ae-479f-8626-fc72db07f585",
            "gambit_id": "4ecdc4f6-fd56-4f24-b298-b0bcb8fa9629",
            "last_updated": "2022-10-24T11:52:23.322664-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57f121e3-5ee7-40f7-843b-f68275265f6f/?format=api"
        }
    ]
}