GET /api/bet_types/7634b1a7-f9ef-40a1-b042-523bb06d6306/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7634b1a7-f9ef-40a1-b042-523bb06d6306",
    "match": "https://api-prod.gambitprofit.com/api/matches/83522d55-d9c4-49f5-be63-76058afc196a/?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 2.5",
                "amount": 6633.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3367.0
            }
        ],
        "expected_reward_tokens": 8954.55,
        "profit_sb": -45.45,
        "profit_sb_percentage": -0.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5c91f25-b8cf-47b7-8216-05258c5c9d70",
            "gambit_id": "eaf29db6-eb53-45a9-a27b-b44f68cb8ee0",
            "last_updated": "2022-11-02T16:57:42.130213-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7634b1a7-f9ef-40a1-b042-523bb06d6306/?format=api"
        },
        {
            "id": "8f9563d3-9509-4e6f-b672-59cd93ef5f7b",
            "gambit_id": "a43f7306-93c2-44a7-a971-94b36bb98ff6",
            "last_updated": "2022-11-02T16:57:42.129099-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.66000",
            "odds": "2.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7634b1a7-f9ef-40a1-b042-523bb06d6306/?format=api"
        }
    ]
}