GET /api/bet_types/f0b4acf5-2c85-4a41-9741-dddbe8f6a400/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0b4acf5-2c85-4a41-9741-dddbe8f6a400",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff1e607b-7351-48a1-81b6-6468e780e7fe/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-05T14:28:16.137133-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": "Total Rounds Under 2.5",
                "amount": 6309.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 3691.0
            }
        ],
        "expected_reward_tokens": 9337.32,
        "profit_sb": -162.68,
        "profit_sb_percentage": -1.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "84f6194c-16bf-4ab7-9f1c-11efd63640c4",
            "gambit_id": "64657797-894c-4e9a-abea-48692a334289",
            "last_updated": "2023-08-07T15:08:07.787278-04:00",
            "created_at": "2023-08-05T14:28:16.145975-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0b4acf5-2c85-4a41-9741-dddbe8f6a400/?format=api"
        },
        {
            "id": "6e8b92ba-5921-4bfd-8d13-1ed6988a94da",
            "gambit_id": "20a6f088-6bb6-43ff-a2c5-4f4a8ef0cc1a",
            "last_updated": "2023-08-07T15:08:07.783847-04:00",
            "created_at": "2023-08-05T14:28:16.141762-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0b4acf5-2c85-4a41-9741-dddbe8f6a400/?format=api"
        }
    ]
}