GET /api/bet_types/540aebd6-414a-4b10-b485-092b72f143bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "540aebd6-414a-4b10-b485-092b72f143bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e2df49b-e189-4847-861e-fb97be56a5d8/?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 65.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 65.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "38beddd9-c8d7-4ad6-a417-0f5cd6d769df",
            "gambit_id": "f0ac0a27-d605-4451-a3dd-f47c3ff5ea0f",
            "last_updated": "2022-10-02T20:12:01.093824-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 65.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/540aebd6-414a-4b10-b485-092b72f143bf/?format=api"
        },
        {
            "id": "b74fcefd-6a88-41b5-a5fe-8bc40a234865",
            "gambit_id": "ee782279-89c2-4550-82aa-5e857d51d814",
            "last_updated": "2022-10-02T20:12:01.092674-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 65.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/540aebd6-414a-4b10-b485-092b72f143bf/?format=api"
        }
    ]
}