GET /api/bet_types/2d0f7238-4bde-41b0-86cd-3ffe714522d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d0f7238-4bde-41b0-86cd-3ffe714522d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/9576347f-f20c-4ecf-922a-f72dd718e7f0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-29T08:38:26.041609-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 Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ec1ce24-d45f-4ffc-b183-d82927b63d8e",
            "gambit_id": "08a156e6-b373-4f14-a3f6-6ca4e352933a",
            "last_updated": "2023-06-30T10:33:07.313757-04:00",
            "created_at": "2023-06-29T08:38:26.046171-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d0f7238-4bde-41b0-86cd-3ffe714522d1/?format=api"
        },
        {
            "id": "0149b9ba-267c-481a-a2cb-2cf5affbdb9f",
            "gambit_id": "ecbe46ad-32ce-4ae9-a972-3036ac18a2cd",
            "last_updated": "2023-06-30T10:33:07.312269-04:00",
            "created_at": "2023-06-29T08:38:26.043740-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d0f7238-4bde-41b0-86cd-3ffe714522d1/?format=api"
        }
    ]
}