GET /api/bet_types/8033da4e-19c7-4e06-8081-3d51de643812/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8033da4e-19c7-4e06-8081-3d51de643812",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0dfaad1-b897-4d8e-9b29-075913a72b6f/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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",
                "amount": 5196.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d088369-c269-4ff4-8cfa-9947c77dd1bf",
            "gambit_id": "c43d362a-2e2b-432d-ba82-4edd23e6dfdb",
            "last_updated": "2022-12-23T11:57:13.371175-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8033da4e-19c7-4e06-8081-3d51de643812/?format=api"
        },
        {
            "id": "bc6f32ee-5847-4601-9c83-86c9d0365b45",
            "gambit_id": "b659b141-3315-49dc-b461-fc28117ba0cf",
            "last_updated": "2022-12-23T11:57:13.370084-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8033da4e-19c7-4e06-8081-3d51de643812/?format=api"
        }
    ]
}