GET /api/bet_types/2e96a94e-d4fa-4548-8fd4-20b22f5d3c4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e96a94e-d4fa-4548-8fd4-20b22f5d3c4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b763118b-c37a-4426-87b1-17457032cbb6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-12T12:01:56.546161-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 5.5",
                "amount": 5196.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "faac6f31-f1a0-4568-8bb2-d74033dbfdd9",
            "gambit_id": "06efca0c-349e-4497-9450-b91c4d5c5183",
            "last_updated": "2023-01-13T11:47:21.214454-05:00",
            "created_at": "2023-01-12T12:01:56.548765-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e96a94e-d4fa-4548-8fd4-20b22f5d3c4d/?format=api"
        },
        {
            "id": "6cc5b8b8-1c9d-401b-954f-c14f1deeefd0",
            "gambit_id": "b4575d6a-e32a-4e3b-8724-8da2ca185c14",
            "last_updated": "2023-01-13T11:47:21.213382-05:00",
            "created_at": "2023-01-12T12:01:56.547474-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e96a94e-d4fa-4548-8fd4-20b22f5d3c4d/?format=api"
        }
    ]
}