GET /api/bet_types/b56b2a27-45bb-483b-8741-8bd7f75297da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b56b2a27-45bb-483b-8741-8bd7f75297da",
    "match": "https://api-prod.gambitprofit.com/api/matches/8660515c-f4d8-43c1-ab9a-e0d04ad65a3f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-02T07:42:05.598939-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": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e934026-7413-4ecc-92ae-3606364883b6",
            "gambit_id": "77feba82-3229-440a-a9b6-ab3770b8d90a",
            "last_updated": "2023-03-03T09:57:03.512695-05:00",
            "created_at": "2023-03-02T07:42:05.601517-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b56b2a27-45bb-483b-8741-8bd7f75297da/?format=api"
        },
        {
            "id": "be7ec6e9-b944-426f-acc7-30a6a0cb69cd",
            "gambit_id": "1b1fd680-b0a4-4289-9424-2b71c187e0f0",
            "last_updated": "2023-03-03T09:57:03.511461-05:00",
            "created_at": "2023-03-02T07:42:05.600235-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b56b2a27-45bb-483b-8741-8bd7f75297da/?format=api"
        }
    ]
}