GET /api/bet_types/05fb3a9a-27f2-4930-8d9e-b9652548d5b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05fb3a9a-27f2-4930-8d9e-b9652548d5b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/95547ac2-b5d4-4a67-b0cc-dfd45745495e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-10T08:43:01.705035-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 10.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e14ca4fa-a62a-45f1-8125-d9c3a64fd266",
            "gambit_id": "5708f01a-f2bf-4caa-9d98-5287331a6257",
            "last_updated": "2023-08-17T09:08:07.871942-04:00",
            "created_at": "2023-08-10T08:43:01.715437-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05fb3a9a-27f2-4930-8d9e-b9652548d5b4/?format=api"
        },
        {
            "id": "378cb0ad-ba57-40b3-91b9-5e19602cb953",
            "gambit_id": "8f478a62-0688-4dc1-8c53-8924cb1fabaa",
            "last_updated": "2023-08-17T09:08:07.868648-04:00",
            "created_at": "2023-08-10T08:43:01.710360-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05fb3a9a-27f2-4930-8d9e-b9652548d5b4/?format=api"
        }
    ]
}