GET /api/bet_types/6be6f7ab-d50d-43d7-9eaa-efa91c3397c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6be6f7ab-d50d-43d7-9eaa-efa91c3397c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea01c883-965e-432e-89c6-efad9670f3d9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:12:57.994025-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": "947e7d2b-775d-4b4d-ad2d-18d851701d71",
            "gambit_id": "6a6b8469-93a1-407c-9a38-5ae14a93ff02",
            "last_updated": "2023-12-26T15:33:13.595337-05:00",
            "created_at": "2023-12-23T09:12:57.997577-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/6be6f7ab-d50d-43d7-9eaa-efa91c3397c9/?format=api"
        },
        {
            "id": "09424db7-f8e8-4d82-85eb-25fe1a601b35",
            "gambit_id": "047b4ecd-5e47-4ad2-83cb-7244d29f0964",
            "last_updated": "2023-12-26T15:33:13.598930-05:00",
            "created_at": "2023-12-23T09:12:58.002617-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/6be6f7ab-d50d-43d7-9eaa-efa91c3397c9/?format=api"
        }
    ]
}