GET /api/bet_types/edcf1107-0fc0-486a-a2a4-f2945dd5028c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "edcf1107-0fc0-486a-a2a4-f2945dd5028c",
    "match": "https://api-prod.gambitprofit.com/api/matches/833c93fc-502c-444b-a89f-17a3a5015159/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-24T13:08:01.334891-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c460174-af4b-4062-b422-cc79c902bc5c",
            "gambit_id": "ffc52612-6deb-46b1-bfe7-bb58d20c757e",
            "last_updated": "2023-07-25T20:22:56.017457-04:00",
            "created_at": "2023-07-24T13:08:01.343343-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edcf1107-0fc0-486a-a2a4-f2945dd5028c/?format=api"
        },
        {
            "id": "8641f82f-a6e6-46dd-9588-7476e47e4ac5",
            "gambit_id": "91cfc861-aee0-4806-b860-605eba3b14d5",
            "last_updated": "2023-07-25T20:22:56.013874-04:00",
            "created_at": "2023-07-24T13:08:01.338800-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edcf1107-0fc0-486a-a2a4-f2945dd5028c/?format=api"
        }
    ]
}