GET /api/bet_types/d8dd64c9-72d8-4ef2-9f42-1d4af7967696/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8dd64c9-72d8-4ef2-9f42-1d4af7967696",
    "match": "https://api-prod.gambitprofit.com/api/matches/64b6b0f4-4ef8-4252-8e3d-01d8c14f4862/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-24T11:07:03.060779-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 Over 43",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 43",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c61f8865-892f-4a24-ad43-b35d6e17d027",
            "gambit_id": "9d9f1385-7a24-4f6f-9d42-f43491a4ccbb",
            "last_updated": "2023-03-27T09:57:14.631033-04:00",
            "created_at": "2023-03-24T11:07:03.064572-04:00",
            "name": "Game Total Over 43",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8dd64c9-72d8-4ef2-9f42-1d4af7967696/?format=api"
        },
        {
            "id": "b3c83fa8-f089-4679-bd85-b716f65cea04",
            "gambit_id": "6a0a8517-f300-4a07-ae7d-9b94705159d5",
            "last_updated": "2023-03-27T09:57:14.629579-04:00",
            "created_at": "2023-03-24T11:07:03.062715-04:00",
            "name": "Game Total Under 43",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8dd64c9-72d8-4ef2-9f42-1d4af7967696/?format=api"
        }
    ]
}