GET /api/bet_types/01fd6b85-3a65-4e97-969e-522ae162b5fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01fd6b85-3a65-4e97-969e-522ae162b5fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/c072814b-acfb-4723-a366-960b8f1bb27c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-13T09:32:20.773805-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "369b50d1-3105-4a03-b09e-968b09b53741",
            "gambit_id": "69b84daa-d296-4b42-b3ba-1343b43142c5",
            "last_updated": "2023-04-14T12:02:24.180719-04:00",
            "created_at": "2023-04-13T09:32:20.777875-04:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01fd6b85-3a65-4e97-969e-522ae162b5fb/?format=api"
        },
        {
            "id": "16cdf4c7-52dc-4e76-987e-b8e989d367dd",
            "gambit_id": "eefa68c6-f926-4cff-a682-c50c77555b27",
            "last_updated": "2023-04-14T12:02:24.178832-04:00",
            "created_at": "2023-04-13T09:32:20.775979-04:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01fd6b85-3a65-4e97-969e-522ae162b5fb/?format=api"
        }
    ]
}