GET /api/bet_types/af10ca45-5131-43fd-a4b6-d4d155a28197/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af10ca45-5131-43fd-a4b6-d4d155a28197",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d32925b-21db-407d-8d95-77437898bd29/?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 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "0365e018-9d8b-4fa0-a2d3-2f4049acbbf8",
            "gambit_id": "3f4f87f6-aba3-4bc6-bae6-9f520b73aed8",
            "last_updated": "2022-08-08T20:17:15.520737-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.78000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af10ca45-5131-43fd-a4b6-d4d155a28197/?format=api"
        },
        {
            "id": "80039ad1-807e-49c4-8a0d-b95f41e92db5",
            "gambit_id": "2c53bc6f-5065-4473-9260-b13794d5d8b9",
            "last_updated": "2022-08-08T20:17:15.521337-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.78000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af10ca45-5131-43fd-a4b6-d4d155a28197/?format=api"
        }
    ]
}