GET /api/bet_types/deeb7439-8a86-4299-99f8-871d26740ffe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "deeb7439-8a86-4299-99f8-871d26740ffe",
    "match": "https://api-prod.gambitprofit.com/api/matches/dff03b53-57c5-4df6-bc50-7c4ce38fff12/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-06T10:08:01.469667-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 2.5",
                "amount": 5162.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4838.0
            }
        ],
        "expected_reward_tokens": 9239.98,
        "profit_sb": -260.02,
        "profit_sb_percentage": -2.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "7bd1d28d-dbdf-4973-beda-97cd6ade6e1c",
            "gambit_id": "03475c1c-4c79-4a4a-b1ec-bf4aa6b8cbc7",
            "last_updated": "2023-10-09T15:28:13.428226-04:00",
            "created_at": "2023-10-06T10:08:01.481254-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.79000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deeb7439-8a86-4299-99f8-871d26740ffe/?format=api"
        },
        {
            "id": "74c36554-c395-4b84-993a-963abf1c59e0",
            "gambit_id": "6e5e4c37-dfb2-4eb3-b46b-2cf7acc9b792",
            "last_updated": "2023-10-09T15:28:13.431487-04:00",
            "created_at": "2023-10-06T10:08:01.487729-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.91000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deeb7439-8a86-4299-99f8-871d26740ffe/?format=api"
        }
    ]
}