GET /api/bet_types/058accc7-b07c-4a53-9347-61a489469137/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "058accc7-b07c-4a53-9347-61a489469137",
    "match": "https://api-prod.gambitprofit.com/api/matches/7beee3c1-201d-4899-bf5b-10575608f393/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-03T11:22:14.139369-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a45047f-1686-42d0-a8ef-7a58daec347c",
            "gambit_id": "a3112401-cd2a-43d4-ba6e-7cb9dbd03517",
            "last_updated": "2023-06-05T10:57:20.790997-04:00",
            "created_at": "2023-06-03T11:22:14.143202-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/058accc7-b07c-4a53-9347-61a489469137/?format=api"
        },
        {
            "id": "3969fba5-fddd-4222-a479-d85b8aab3d4d",
            "gambit_id": "9571479c-e39e-4161-8a33-e525d5b1a729",
            "last_updated": "2023-06-05T10:57:20.788979-04:00",
            "created_at": "2023-06-03T11:22:14.141239-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/058accc7-b07c-4a53-9347-61a489469137/?format=api"
        }
    ]
}