GET /api/bet_types/a4d175e9-0867-4caf-bd61-10fcdb1ede77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4d175e9-0867-4caf-bd61-10fcdb1ede77",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4036778-999c-44b1-867f-b464142a7555/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T12:47:16.628431-04: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 243",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 243",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "150d8bc9-8c41-4bb9-a30a-281d68a7087b",
            "gambit_id": "486a0c66-3185-4871-87d7-baa28b809fa4",
            "last_updated": "2023-04-01T10:22:17.347231-04:00",
            "created_at": "2023-03-31T12:47:16.632389-04:00",
            "name": "Game Total Under 243",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "243.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4d175e9-0867-4caf-bd61-10fcdb1ede77/?format=api"
        },
        {
            "id": "11eaf4c5-4330-4865-9a51-0dbd04e0ce0a",
            "gambit_id": "ba361075-f04e-41cc-9bde-bced87d70f25",
            "last_updated": "2023-04-01T10:22:17.349211-04:00",
            "created_at": "2023-03-31T12:47:16.635357-04:00",
            "name": "Game Total Over 243",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "243.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4d175e9-0867-4caf-bd61-10fcdb1ede77/?format=api"
        }
    ]
}