GET /api/bet_types/aed05f3f-97e8-4a15-99cf-5bbcf6371051/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aed05f3f-97e8-4a15-99cf-5bbcf6371051",
    "match": "https://api-prod.gambitprofit.com/api/matches/d22ee0f6-0211-4030-ab41-9ad6c161409c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-03T09:21:58.314704-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 240",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 240",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe6a697a-c829-42d7-8aba-a631d67994fa",
            "gambit_id": "9a7a12a5-c03b-4376-95ea-b950f4099701",
            "last_updated": "2023-02-04T12:07:02.086973-05:00",
            "created_at": "2023-02-03T09:21:58.317864-05:00",
            "name": "Game Total Over 240",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "240.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aed05f3f-97e8-4a15-99cf-5bbcf6371051/?format=api"
        },
        {
            "id": "6971bb52-8547-4da3-b378-99463822d419",
            "gambit_id": "68868cb5-21fd-4400-a346-1c5ca1cbebc6",
            "last_updated": "2023-02-04T12:07:02.085357-05:00",
            "created_at": "2023-02-03T09:21:58.316331-05:00",
            "name": "Game Total Under 240",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "240.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aed05f3f-97e8-4a15-99cf-5bbcf6371051/?format=api"
        }
    ]
}