GET /api/bet_types/c8b10543-e2d2-4f86-a922-c2d0a366b8d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8b10543-e2d2-4f86-a922-c2d0a366b8d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/4756e1fa-2859-46cc-9f5a-5178ae8ffbc6/?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 40.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 40.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b1c9ecad-e4b5-4c6f-a8fb-cf04ac58eab1",
            "gambit_id": "7d1a50b2-e4f3-48c3-9b88-e4c303490459",
            "last_updated": "2022-12-19T13:27:04.875363-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 40.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8b10543-e2d2-4f86-a922-c2d0a366b8d3/?format=api"
        },
        {
            "id": "78927855-855a-43e9-9160-4e038eea917f",
            "gambit_id": "778464b8-2920-47c6-ab41-7fc495665a16",
            "last_updated": "2022-12-19T13:27:04.876670-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 40.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8b10543-e2d2-4f86-a922-c2d0a366b8d3/?format=api"
        }
    ]
}