GET /api/bet_types/d0e013fd-cf69-4a78-95d9-1aa5b75e2cff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0e013fd-cf69-4a78-95d9-1aa5b75e2cff",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ffd852d-895e-47f3-bdf3-c85df98f7b89/?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 Under 49",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 49",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "afd8027d-43e3-440b-8e8c-79562aafa514",
            "gambit_id": "b607d40b-9689-47b4-9a37-57370b062088",
            "last_updated": "2022-11-07T09:58:48.801461-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 49",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0e013fd-cf69-4a78-95d9-1aa5b75e2cff/?format=api"
        },
        {
            "id": "07e9e428-d4b2-4210-9444-a34adf5b891a",
            "gambit_id": "6ef93b06-ee6c-40ab-b82d-9cecdc606ea7",
            "last_updated": "2022-11-07T09:58:48.802641-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 49",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0e013fd-cf69-4a78-95d9-1aa5b75e2cff/?format=api"
        }
    ]
}