GET /api/bet_types/46a6c26d-5916-4cfb-b857-f63e5a2fbc44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46a6c26d-5916-4cfb-b857-f63e5a2fbc44",
    "match": "https://api-prod.gambitprofit.com/api/matches/1890f8e6-41a7-44e5-8533-8156cae63af2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T09:03:03.670084-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf924fb5-5d8f-44e6-9672-dd012086aefa",
            "gambit_id": "27689f28-0969-4e73-b63d-cdaa0c88a13c",
            "last_updated": "2023-12-29T11:08:26.102449-05:00",
            "created_at": "2023-12-27T09:03:03.674849-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46a6c26d-5916-4cfb-b857-f63e5a2fbc44/?format=api"
        },
        {
            "id": "99c945f9-a4f1-4d5a-a623-b640d95680a0",
            "gambit_id": "c9fb164c-6f08-4935-a3b8-f7542f6d9b32",
            "last_updated": "2023-12-29T11:08:26.106708-05:00",
            "created_at": "2023-12-27T09:03:03.678780-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46a6c26d-5916-4cfb-b857-f63e5a2fbc44/?format=api"
        }
    ]
}