GET /api/bet_types/7453131c-6923-483e-8fd2-7b55af442e81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7453131c-6923-483e-8fd2-7b55af442e81",
    "match": "https://api-prod.gambitprofit.com/api/matches/16bed323-8a72-45bd-bc19-ca4635f4008b/?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 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "52b5697d-d260-465f-9f17-5f0ed39c94ae",
            "gambit_id": "ec155b62-fdec-4e2e-a382-8f786b7f71e5",
            "last_updated": "2022-12-08T13:02:16.665419-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 231",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7453131c-6923-483e-8fd2-7b55af442e81/?format=api"
        },
        {
            "id": "80da0760-6bed-4ca2-a1c2-86c48e74f3a6",
            "gambit_id": "b88c7947-5b88-4ff3-b6bc-8afc527fff0b",
            "last_updated": "2022-12-08T13:02:16.666470-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 231",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7453131c-6923-483e-8fd2-7b55af442e81/?format=api"
        }
    ]
}